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?

  1. convert()
  2. base_convert()
  3. parseInt()
  4. base_conversion()

Answer: B) base_convert()

Explanation:

The PHP function base_convert() is used to convert a number from one number base to another.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.