From f28e682818db8eec70d7d08f8df8f9994c9e05a2 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 9 Oct 2000 14:59:45 +0000 Subject: [PATCH] reference to GPL license dropped documentation of phpinfo parameters git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33515 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/functions/info.xml b/functions/info.xml index 3301cea00d..5d88bd5719 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -484,7 +484,7 @@ echo $dat["ru_utime.tv_sec"]; # user time used (seconds) echo $dat["ru_utime.tv_usec"]; # user time used (microseconds) - See your system's man page for more details. + See your system's man page on getrusage(2) for more details. @@ -726,7 +726,7 @@ phpcredits(CREDITS_GENERAL); int phpinfo - void + int what @@ -735,8 +735,30 @@ phpcredits(CREDITS_GENERAL); extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master and local values of configuration - options, HTTP headers, and the GNU Public License. + options, HTTP headers, and the PHP License. + + The output may be customized by passing one or more of the + following values ored together in the optional parameter + what. + + INFO_GENERAL + INFO_CREDITS + INFO_CONFIGURATION + INFO_MODULES + INFO_ENVIRONMENT + INFO_VARIABLES + INFO_LICENSE + INFO_ALL + CREDITS_GROUP + CREDITS_GENERAL + CREDITS_SAPI + CREDITS_MODULES + CREDITS_DOCS + CREDITS_FULLPAGE + CREDITS_ALL + + See also phpversion, phpcredits,