ReflectionFunction::invoke Invokes function &reftitle.description; public mixedReflectionFunction::invoke mixedargs Invokes a reflected function. &reftitle.parameters; args The passed in argument list. It accepts a variable number of arguments which are passed to the function much like call_user_func is. &reftitle.returnvalues; Returns the result of the invoked function call. &reftitle.examples; <methodname>ReflectionFunction::invoke</methodname> example invoke('Dr', 'Phil'); ?> ]]> &example.outputs; &reftitle.notes; ReflectionFunction::invoke cannot be used when reference parameters are expected. ReflectionFunction::invokeArgs has to be used instead (passing references in the argument list). &reftitle.seealso; ReflectionFunction::export __invoke() call_user_func