Zend 200-550 Question Answer
What is the output of the following code?
$f = function () { return "hello"; };
echo gettype($f);
Zend 200-550 Question Answer
What is the output of the following code?
$f = function () { return "hello"; };
echo gettype($f);