February 2013
Intermediate to advanced
538 pages
20h 55m
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.
Read now
Unlock full access