XXXIV. Function Handling functions

These functions all handle various operations involved in working with functions.

Tabla de contenidos
call_user_func_array --  Call a user function given with an array of parameters
call_user_func --  Call a user function given by the first parameter
create_function -- Create an anonymous (lambda-style) function
func_get_arg -- Devuelve un elemento de la lista de argumentos.
func_get_args -- Devuelve un array que contiene la lista de argumentos de una función.
func_num_args -- Devuelve el número de argumentos pasados a la función.
function_exists -- Devuelve TRUE si la función dada ha sido definida
get_defined_functions --  Returns an array of all defined functions
register_shutdown_function -- Registra una función para su ejecución en el cierre.
register_tick_function --  Register a function for execution on each tick
unregister_tick_function --  De-register a function for execution on each tick