Q. Which PHP function returns the type of a variable as a string?
β
Correct Answer: (C)
gettype()
Explanation: gettype() returns the data type of a variable.