KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Function Handling
call_user_func
call_user_func_array
create_function
forward_static_call
forward_static_call_array
function_exists
func_get_arg
func_get_args
func_num_args
get_defined_functions
register_shutdown_function
register_tick_function
unregister_tick_function
Home
>
PHP
>
Function
>
Function Handling
>
func_get_arg()
func_get_arg()
func_get_arg - Return an item from the argument list
Syntax
mixed
func_get_arg
(
int
$arg_num)
Arguments
arg_num - The argument offset. Function arguments are counted starting from zero.
Description
Gets the specified argument from a user-defined function's argument list.
Version
PHP 4, 5
Return value
Returns the specified argument, or FALSE on error.