PHP  
downloads | documentation | faq | getting help | | php.net sites | links 
search for in the  
previousftp_systypecall_user_funcnext
Last updated: Tue, 28 May 2002
view this page in Printer friendly version | English | Brazilian Portuguese | Czech | Dutch | French | German | Hungarian | Italian | Japanese | Korean | Polish | Romanian | Russian | Spanish | Turkish

XXXIV. Function Handling functions

Introduction

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

Requirements

These functions are available as part of the standard module, which is always available.

Installation

There is no installation needed to use these functions, they are part of the PHP core.

Runtime Configuration

T�m� laajennus ei m��rittele yht�k��n konfigurointi asetusta.

Predefined Constants

T�m� laajennus ei m��rittele yht�k��n vakiota.

Sis�llys
call_user_func --  Call a user function given by the first parameter
call_user_func_array --  Call a user function given with an array of parameters
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
get_defined_functions --  Returns an array of all defined functions
register_shutdown_function --  Register a function for execution on shutdown
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

20-Jun-2002 08:09

is there a way to figure out what line/file called the function?

add a note about notes
previousftp_systypecall_user_funcnext
Last updated: Tue, 28 May 2002
show source | credits | stats | mirror sites:  
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by:
Last updated: Thu Jul 4 12:06:15 2002 CEST