reference/filter/functions/filter-input.xml
6e4ac10da6c9456f413316677a29d5296bdc5fb4
...
...
@@ -11,9 +11,9 @@
11
11
<methodsynopsis>
12
12
<type>mixed</type><methodname>filter_input</methodname>
13
13
<methodparam><type>int</type><parameter>type</parameter></methodparam>
14
-
<methodparam><type>string</type><parameter>variable_name</parameter></methodparam>
15
-
<methodparam choice="opt"><type>int</type><parameter>filter</parameter><initializer>FILTER_DEFAULT</initializer></methodparam>
16
-
<methodparam choice="opt"><type>mixed</type><parameter>options</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>var_name</parameter></methodparam>
15
+
<methodparam choice="opt"><type>int</type><parameter>filter</parameter><initializer><constant>FILTER_DEFAULT</constant></initializer></methodparam>
16
+
<methodparam choice="opt"><type class="union"><type>array</type><type>int</type></type><parameter>options</parameter><initializer>0</initializer></methodparam>
17
17
</methodsynopsis>
18
18

19
19
</refsect1>
...
...
@@ -32,7 +32,7 @@
32
32
</listitem>
33
33
</varlistentry>
34
34
<varlistentry>
35
-
<term><parameter>variable_name</parameter></term>
35
+
<term><parameter>var_name</parameter></term>
36
36
<listitem>
37
37
<para>
38
38
Name of a variable to get.
...
...
@@ -56,7 +56,7 @@
56
56
&reftitle.returnvalues;
57
57
<para>
58
58
Value of the requested variable on success, &false; if the filter fails,
59
-
or &null; if the <parameter>variable_name</parameter> variable is not set.
59
+
or &null; if the <parameter>var_name</parameter> variable is not set.
60
60
If the flag <constant>FILTER_NULL_ON_FAILURE</constant> is used, it
61
61
returns &false; if the variable is not set and &null; if the filter fails.
62
62
</para>
...
...
@@ -95,13 +95,12 @@ You have searched for Me &#38; son.
95
95
<member><function>filter_var</function></member>
96
96
<member><function>filter_input_array</function></member>
97
97
<member><function>filter_var_array</function></member>
98
-
<member><xref linkend="filter.filters" /></member>
98
+
<member><xref linkend="filter.filters"/></member>
99
99
</simplelist>
100
100
</para>
101
101
</refsect1>
102
102

103
103
</refentry>
104
-

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