|
method_existsChecks if the class method exists Description
bool method_exists(objectstring
$object_or_class , string $method )
Checks if the class method exists in the given
Parameters
Return Values
Returns Examples
Example #1 method_exists example
The above example will output: bool(true) Example #2 Static method_exists example
The above example will output: bool(true) Notes
See Also
|