March 2002
Intermediate to advanced
528 pages
21h 29m
English
call_user_method_array
mixed call_user_method_array(stringfunction, mixedobject[, arrayparameters])
Similar to call_user_method( ), this function
calls the method named by the first parameter on the object in the
second parameter. If given, the third parameter is an array of values
used as parameters for the call to the object method. The comparison
to check for a matching method name is case-insensitive. Returns the
value returned by the function.