Home »
MCQs »
PHP MCQs
Which PHP function is used to convert a number from one number base to another?
72. Which PHP function is used to convert a number from one number base to another?
- convert()
- base_convert()
- parseInt()
- base_conversion()
Answer: B) base_convert()
Explanation:
The PHP function base_convert() is used to convert a number from one number base to another.