call_user_func
(PHP 3>= 3.0.3, PHP 4 )
call_user_func --
Call a user function given by the first parameter
Description
mixed
call_user_func ( string function_name [, mixed parameter [, mixed ...]])
Call a user defined function given by the
function_name parameter. Take the
following: