get_class_methods()
get_class_methods - Gets the class methods' names
Syntax
array get_class_methods (
mixed $class_name)
Arguments
- class_name - The class name or an object instance
Description
Gets the class methods names.
Version
PHP 4, 5
Return value
Returns an array of method names defined for the class specified by class_name. In case of an error, it returns NULL.