method_exists
Description
bool method_exists ( object object, string method_name )
Checks if the class method exists in the given
object.
Return Values
Returns TRUE if the method given by method_name
has been defined for the given object, FALSE
otherwise.
