diff --git a/reference/funchand/functions/call-user-func.xml b/reference/funchand/functions/call-user-func.xml index 7c093878da..c3fcaaf167 100644 --- a/reference/funchand/functions/call-user-func.xml +++ b/reference/funchand/functions/call-user-func.xml @@ -1,5 +1,5 @@ - + @@ -41,17 +41,15 @@ call_user_func('barber', "shave"); Object methods may also be invoked statically using this function by passing array($objectname, $methodname) to the function parameter. - - + + + Note that the parameters for call_user_func are not + passed by reference. + + + +]]> + + + + See also: is_callable, and