is_function (mixed f) ⇒ boolean
Returns a boolean on whether or not f is a function. This is a simplified and faster method than using the type function.
First available: Version 1.8.2
Notes
This is a simplified and faster method than using the get_type
function.
Comments