Q. What is the correct syntax of PHP base_convert() function?
β
Correct Answer: (A)
base_convert(number, from_base, to_base);
You must be Logged in to update hint/solution