Manuale PHP
Indietro
Avanti
XXIX. Function Handling functions
These functions all handle various operations involved in working with functions.
Sommario
call_user_func
-- Richiama una funzione definita dall'utente, individuata dal primo parametro.
create_function
-- Create an anonymous (lambda-style) function
func_get_arg
-- Return an item from the argument list
func_get_args
-- Returns an array comprising a function's argument list
func_num_args
-- Returns the number of arguments passed to the function
function_exists
-- Return
TRUE
if the given function has been defined
register_shutdown_function
-- Register a function for execution on shutdown
Indietro
Partenza
Avanti
ftp_quit
Risali
call_user_func