language/predefined/variables/argv.xml
a6d209f4ff71ccba3f1255902827f5df3e092ff9
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.argv" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+
<refentry role="variable" xml:id="reserved.variables.argv" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>$argv</refname>
7
7
<refpurpose>Array of arguments passed to script</refpurpose>
...
...
@@ -61,16 +61,26 @@ array(4) {
61
61
</para>
62
62
</refsect1>
63
63

64
+
<refsect1 role="notes">
65
+
&reftitle.notes;
66
+
<note>
67
+
<para>
68
+
This is also available as <varname>$_SERVER['argv']</varname>.
69
+
</para>
70
+
</note>
71
+
</refsect1>
72
+
64
73
<refsect1 role="seealso">
65
74
&reftitle.seealso;
66
75
<para>
67
76
<simplelist>
68
77
<member><function>getopt</function></member>
78
+
<member><link linkend="reserved.variables.argc"><varname>$argc</varname></link></member>
69
79
</simplelist>
70
80
</para>
71
81
</refsect1>
72
82

73
-
</phpdoc:varentry>
83
+
</refentry>
74
84
75
85
<!-- Keep this comment at the end of the file
76
86
Local variables:
77
87