March 2002
Intermediate to advanced
528 pages
21h 29m
English
method_exists
bool method_exists(objectobject, stringname)
Returns true if the object contains a method with
the name given in the second parameter or false
otherwise. The method may be defined in the class of which the object
is an instance, or in any superclass of that class.