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