Date: 10/09/00
- Next message: Egon Schmid ( <email protected>): "[PHP-DOC] Re: Dutch Translation"
- Previous message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc /en/functions regex.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hholzgra Mon Oct 9 07:59:45 2000 EDT
Modified files:
/phpdoc/en/functions info.xml
Log:
reference to GPL license dropped
documentation of phpinfo parameters
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.34 phpdoc/en/functions/info.xml:1.35
--- phpdoc/en/functions/info.xml:1.34 Fri Sep 29 19:01:26 2000
+++ phpdoc/en/functions/info.xml Mon Oct 9 07:59:45 2000
@@ -484,7 +484,7 @@
echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
</programlisting>
</example>
- See your system's man page for more details.
+ See your system's man page on getrusage(2) for more details.
</para>
</refsect1>
</refentry>
@@ -726,7 +726,7 @@
<funcsynopsis>
<funcprototype>
<funcdef>int <function>phpinfo</function></funcdef>
- <paramdef>void</paramdef>
+ <paramdef>int <parameter><optional>what</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
@@ -735,8 +735,30 @@
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.
</para>
+ <para>
+ The output may be customized by passing one or more of the
+ following values ored together in the optional parameter
+ <parameter>what</parameter>.
+ <itemizedlist>
+ <listitem><simpara>INFO_GENERAL</simpara></listitem>
+ <listitem><simpara>INFO_CREDITS</simpara></listitem>
+ <listitem><simpara>INFO_CONFIGURATION</simpara></listitem>
+ <listitem><simpara>INFO_MODULES</simpara></listitem>
+ <listitem><simpara>INFO_ENVIRONMENT</simpara></listitem>
+ <listitem><simpara>INFO_VARIABLES</simpara></listitem>
+ <listitem><simpara>INFO_LICENSE</simpara></listitem>
+ <listitem><simpara>INFO_ALL</simpara></listitem>
+ <listitem><simpara>CREDITS_GROUP</simpara></listitem>
+ <listitem><simpara>CREDITS_GENERAL</simpara></listitem>
+ <listitem><simpara>CREDITS_SAPI</simpara></listitem>
+ <listitem><simpara>CREDITS_MODULES</simpara></listitem>
+ <listitem><simpara>CREDITS_DOCS</simpara></listitem>
+ <listitem><simpara>CREDITS_FULLPAGE</simpara></listitem>
+ <listitem><simpara>CREDITS_ALL</simpara></listitem>
+ </itemizedlist>
+ </para>
<para>
See also <function>phpversion</function>,
<function>phpcredits</function>,
- Next message: Egon Schmid ( <email protected>): "[PHP-DOC] Re: Dutch Translation"
- Previous message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc /en/functions regex.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

