reference/var/functions/is-string.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>is_string</methodname>
12
-
<methodparam><type>mixed</type><parameter>var</parameter></methodparam>
12
+
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Finds whether the type of the given variable is string.
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>var</parameter></term>
23
+
<term><parameter>value</parameter></term>
24
24
<listitem>
25
25
<para>
26
26
The variable being evaluated.
...
...
@@ -33,7 +33,7 @@
33
33
<refsect1 role="returnvalues">
34
34
&reftitle.returnvalues;
35
35
<para>
36
-
Returns &true; if <parameter>var</parameter> is of type <type>string</type>,
36
+
Returns &true; if <parameter>value</parameter> is of type <type>string</type>,
37
37
&false; otherwise.
38
38
</para>
39
39
</refsect1>
...
...
@@ -90,7 +90,6 @@ is_string(0) = bool(false)
90
90
</para>
91
91
</refsect1>
92
92
</refentry>
93
-

94
93
<!-- Keep this comment at the end of the file
95
94
Local variables:
96
95
mode: sgml
97
96