PHP Function List
func_get_arg() doesn't exist. Closest matches:
- func_get_arg
- func_get_args
- func_num_args
- ifx_get_char
- fdf_get_flags
- fdf_get_ap
- pdf_get_errmsg
- ini_get_all
- shm_get_var
- id3_get_tag
- rpm_get_tag
- finfo_set_flags
- radius_get_attr
- pdf_pcos_get_string
- inclued_get_data
- counter_get_meta
- token_get_all
- pdf_get_value
- fdf_get_value
- fdf_set_flags
Site Search Results
-
func_get_arg (PHP 4, PHP 5) func_get_arg — Return an item from the argument list
-
please note that optional parameters are not seen/passed by func_get_args(), as well as func_get_arg(). ex: <?php function testfunc ($optional = 'this argument is optional..'
-
func_get_arg (0); for ($i = 1; $i < $numArgs; $i += 2) { echo " " . func_get_arg ($i); if ($i + 1 < $numArgs) echo "=\"" . func_get_arg ($i + 1) .
-
func_get_arg (PHP 4, PHP 5) func_get_arg — 引数のリストから要素をひとつ返す
-
func_ get_ arg; func_ get_ args; func_ num_ args; function_ exists; get_ defined_ functions; register_ shutdown_ function; register_ tick_ function; unregister_ tick_ function
-
$search_value = func_get_arg (1); return array_keys ($input, $search_value); break; case 3: $input = func_get_arg (0);
-
get_defined_functions - ManualArray ( [internal] => Array ( [0] => zend_version [1] => func_num_args [2] => func_get_arg [3] => func_get_args ...
-
In addition, the arguments passed to a function will be available via the variable names defined in the function prototype, as well as via the func_get_arg() and func_get_args ...
-
User-defined functions - ManualSee also the function references for func_num_args(), func_get_arg(), and func_get_args() for more information. It is possible to call recursive functions in PHP.
-
$actArray = func_get_arg($i); if (gettype($actArray) != 'array') return false; if (!array_key_exists($key, $actArray)) $push = false;

Other forms of search
To search the string "func_get_arg()" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
