reference/phar/Phar/mungServer.xml
a634e78ae4b361dca8423e5bbbdd1c9468247850
...
...
@@ -8,9 +8,9 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
11
+
<methodsynopsis role="Phar">
12
12
<modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>void</type><methodname>Phar::mungServer</methodname>
13
-
<methodparam><type>array</type><parameter>munglist</parameter></methodparam>
13
+
<methodparam><type>array</type><parameter>variables</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
<function>Phar::mungServer</function> should only be called within the
...
...
@@ -42,10 +42,10 @@
42
42
<para>
43
43
<variablelist>
44
44
<varlistentry>
45
-
<term><parameter>munglist</parameter></term>
45
+
<term><parameter>variables</parameter></term>
46
46
<listitem>
47
47
<para>
48
-
an array containing as string indices any of
48
+
An array of any of the strings
49
49
<literal>REQUEST_URI</literal>, <literal>PHP_SELF</literal>,
50
50
<literal>SCRIPT_NAME</literal> and <literal>SCRIPT_FILENAME</literal>.
51
51
Other values trigger an exception, and <function>Phar::mungServer</function>
...
...
@@ -102,7 +102,6 @@ __HALT_COMPILER();
102
102
</refsect1>
103
103

104
104
</refentry>
105
-

106
105
<!-- Keep this comment at the end of the file
107
106
Local variables:
108
107
mode: sgml
109
108