diff --git a/functions/info.xml b/functions/info.xml index 0484e3d894..e52ed7b605 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1,5 +1,5 @@ - + PHP options & information PHP options/info @@ -569,6 +569,7 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds) See also ini_get, + ini_get_all, ini_restore, ini_set @@ -592,9 +593,39 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds) Returns the value of the configuration option on success, &false; on failure. + + See also ini_get_all, + ini_alter, + ini_restore, + ini_set + + + + + + + ini_get_all + Get all configuration options + + + Description + + + array ini_get_all + string + extension + + + + + Returns all the registered configuration options as an associative array. + If optional extension parameter is set, returns + only options specific for that extension. + See also ini_alter, ini_restore, + ini_get, ini_set @@ -619,6 +650,7 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds) See also ini_alter, ini_get, + ini_get_all, ini_set