call_user_func

call_user_func

(PHP 4, PHP 5, PHP 7)

call_user_funcCall the callback given by the first parameter

Description

mixed call_user_func ( callable $callback [, mixed $parameter [, mixed $... ]] )

Calls the callback given by the first parameter and passes the remaining parameters as arguments.

Parameters

callback

The c