What is the output of the following code? seenagape 10 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 →