function_exists (string fn) ⇒ boolean
Returns whether or not a function is defined within the runtime.
First available: Version 1.10.1
This differs from the supports predefined function in that it also checks user defined functions as well as built-in functions.
Comments