March 2002
Intermediate to advanced
528 pages
21h 29m
English
get_class_methods
array get_class_methods(mixed class)
If the parameter is a string, returns an array containing the names of each method defined for the specified class. If the parameter is an object, this function returns the methods defined in the class of which the object is an instance.