mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document --rz
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312666 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e40de4f26d
commit
3f2fb9f38c
1 changed files with 13 additions and 1 deletions
|
@ -344,6 +344,7 @@ Usage: php [options] [-f] <file> [--] [args...]
|
|||
--rf <name> Show information about function <name>.
|
||||
--rc <name> Show information about class <name>.
|
||||
--re <name> Show information about extension <name>.
|
||||
--rz <name> Show information about Zend extension <name>.
|
||||
--ri <name> Show configuration for extension <name>.
|
||||
]]>
|
||||
</screen>
|
||||
|
@ -938,6 +939,17 @@ Extension [ <persistent> extension #19 json version 1.2.1 ] {
|
|||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>--rz</entry>
|
||||
<entry>--rzendextension</entry>
|
||||
<entry>
|
||||
<para>
|
||||
Shows the configuration information for the given Zend extension (the
|
||||
same information that is returned by <function>phpinfo</function>).
|
||||
Available as of PHP 5.4.0.
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>--ri</entry>
|
||||
<entry>--rextinfo</entry>
|
||||
|
@ -982,7 +994,7 @@ date.sunrise_zenith => 90.583333 => 90.583333
|
|||
<note>
|
||||
<para>
|
||||
Options <literal>-rBRFEH</literal>, <literal>--ini</literal> and
|
||||
<literal>--r[fcei]</literal> are available only in &cli;.
|
||||
<literal>--r[fcezi]</literal> are available only in &cli;.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue