Q. Which PHP function returns the type of a variable as a string? (A) get_type() (B) typeof() (C) gettype() (D) var_type() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) gettype() Explanation: gettype() returns the data type of a variable.