Document --rz

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312666 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2011-06-30 12:20:29 +00:00
parent e40de4f26d
commit 3f2fb9f38c

View file

@ -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>