reference/filter/functions/filter-has-var.xml
6e4ac10da6c9456f413316677a29d5296bdc5fb4
...
...
@@ -10,8 +10,8 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>filter_has_var</methodname>
13
-
<methodparam><type>int</type><parameter>type</parameter></methodparam>
14
-
<methodparam><type>string</type><parameter>variable_name</parameter></methodparam>
13
+
<methodparam><type>int</type><parameter>input_type</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>var_name</parameter></methodparam>
15
15
</methodsynopsis>
16
16

17
17
</refsect1>
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>type</parameter></term>
23
+
<term><parameter>input_type</parameter></term>
24
24
<listitem>
25
25
<para>
26
26
One of <constant>INPUT_GET</constant>, <constant>INPUT_POST</constant>,
...
...
@@ -30,7 +30,7 @@
30
30
</listitem>
31
31
</varlistentry>
32
32
<varlistentry>
33
-
<term><parameter>variable_name</parameter></term>
33
+
<term><parameter>var_name</parameter></term>
34
34
<listitem>
35
35
<para>
36
36
Name of a variable to check.
...
...
@@ -48,7 +48,6 @@
48
48
</refsect1>
49
49

50
50
</refentry>
51
-

52
51
<!-- Keep this comment at the end of the file
53
52
Local variables:
54
53
mode: sgml
55
54