Join Up!
104877 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousftp_systypecall_user_func_arraynext
Last updated: Tue, 29 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | German

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
User Contributed Notes
Function Handling functions
add a note about notes
There are no user contributed notes for this page.
previousftp_systypecall_user_func_arraynext
Last updated: Tue, 29 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST