Briefing Zend Knowledge

What is the output of the following code?

What is the output of the following code? $f = function () { return “hello”; }; echo gettype($f);

A.
object

B.
function

C.
string

D.
hello