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