mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
b679ee35fd
commit
f28e682818
1 changed files with 25 additions and 3 deletions
|
@ -484,7 +484,7 @@ echo $dat["ru_utime.tv_sec"]; # user time used (seconds)
|
|||
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 @@ phpcredits(CREDITS_GENERAL);
|
|||
<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 @@ 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.
|
||||
</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>,
|
||||
|
|
Loading…
Reference in a new issue