What is the output of the following code?
$f = function () { return "hello";};
echo gettype($f);
A . hello
B . string
C . object
D . function
Answer: C
What is the output of the following code?
$f = function () { return "hello";};
echo gettype($f);
A . hello
B . string
C . object
D . function
Answer: C