PHP Manualmethod_exists(PHP 4, PHP 5) method_exists — Checks if the class method exists Description
Checks if the class method exists in the given
Parameters
Return Values
Returns Notes
Examples
Example #1 method_exists() example
<?php The above example will output: bool(true) Example #2 Static method_exists() example
<?php The above example will output: bool(true) See Also
![]() |
PHP-Index
New Tutorial entries
|