Join Up!
104886 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: Mon, 28 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | Spanish

XXXIV. Function Handling functions

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

Inhaltsverzeichnis
call_user_func_array --  Call a user function given with an array of parameters
call_user_func -- Aufruf einer benutzerdefinierten Funktion
create_function --  Erzeugen einer anonymen / temporären (Lambda-Stil) Funktion
func_get_arg --  Gibt einen Eintrag aus einer Liste von Argumenten zurück
func_get_args --  Gibt ein Array zurück, das die Liste der einer Funktion übergebenen Argumente enthält
func_num_args --  Gibt die Anzahl der einer Funktion übergebenen Argumente zurück
function_exists --  Falls die angegebene Funktion definiert ist, wird TRUE zurück gegeben
get_defined_functions --  Returns an array of all defined functions
register_shutdown_function --  Registriert eine Funktion zur Ausführung beim Skript-Abschluss
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: Mon, 28 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