XXIX. Function Handling functions

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

Tabla de contenidos
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
register_shutdown_function -- Registra una función para su ejecución en el cierre.