Content deleted Content added
Optargs and kwargs aren't varargs -- please see talk |
m Fixed See also/External links error(s). |
||
Line 9:
In [[PHP]], [http://php.net/functions_arguments variable-length argument lists] are natively supported (without security risk) since version 4; dedicated functions (func_num_args, func_get_arg, func_get_args) allow the programmer to determine the number and values of unspecified arguments.
==
[[Variadic macro]] (C Programming Language)
|