Home > PHP > Function > Function Handling > call_user_func()

call_user_func()

call_user_func - Call a user function given by the first parameter

Syntax

mixed call_user_func ()

Arguments

-

Description

Call a user defined function given by the function parameter.

Version

PHP 4, 5

Return value

Returns the function result, or FALSE on error.