What is the output of the following code? seenagape 11 years ago What is the output of the following code? $f = function () { return “hello”; }; echo gettype($f); A. object B. function C. string D. hello ← Previous question Next question →