Q. What will be the output?
Code:
echo gettype(123);
β
Correct Answer: (A)
integer
Explanation: gettype() returns 'integer' for numeric values.