mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mentioned $_SERVER equivalent for $argc/$argv, and added see also links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343409 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
82330cfda6
commit
660a9ebe1f
2 changed files with 30 additions and 1 deletions
|
@ -51,6 +51,25 @@ int(4)
|
|||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
This is also available as <varname>$_SERVER['argc']</varname>.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>getopt</function></member>
|
||||
<member><link linkend="reserved.variables.argv"><varname>$argv</varname></link></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</phpdoc:varentry>
|
||||
|
||||
|
|
|
@ -60,12 +60,22 @@ array(4) {
|
|||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
This is also available as <varname>$_SERVER['argv']</varname>.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>getopt</function></member>
|
||||
<member><link linkend="reserved.variables.argc"><varname>$argc</varname></link></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue