From 6c6d3caa0ad2f494fc40320acc7e4e1f3286cb3d Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 31 Aug 2001 01:36:26 +0000 Subject: [PATCH] Added documentation for ini_get_all() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56337 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) 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