March 2002
Intermediate to advanced
528 pages
21h 29m
English
call_user_method
mixed call_user_method(stringfunction, mixedobject[, mixedparameter1[, ... mixedparameterN]])
Calls the method given in the first parameter on the object in the second parameter. Additional parameters are used as parameters when calling the method. The comparison to check for a matching method name is case-insensitive. Returns the value returned by the function.