March 2002
Intermediate to advanced
528 pages
21h 29m
English
func_get_arg
mixed func_get_arg(int index)
Returns the index element in the function
argument array. If called outside a function, or if
index is greater than the number of
arguments in the argument array, func_get_arg( )
generates a warning and returns false.