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