reference/var/functions/is-countable.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -12,7 +12,7 @@
12
12
&reftitle.description;
13
13
<methodsynopsis>
14
14
<type>bool</type><methodname>is_countable</methodname>
15
-
<methodparam><type>mixed</type><parameter>var</parameter></methodparam>
15
+
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
18
Verify that the contents of a variable is an <type>array</type> or
...
...
@@ -25,7 +25,7 @@
25
25
<para>
26
26
<variablelist>
27
27
<varlistentry>
28
-
<term><parameter>var</parameter></term>
28
+
<term><parameter>value</parameter></term>
29
29
<listitem>
30
30
<para>
31
31
The value to check
...
...
@@ -39,7 +39,7 @@
39
39
<refsect1 role="returnvalues">
40
40
&reftitle.returnvalues;
41
41
<para>
42
-
Returns &true; if <parameter>var</parameter> is countable, &false;
42
+
Returns &true; if <parameter>value</parameter> is countable, &false;
43
43
otherwise.
44
44
</para>
45
45
</refsect1>
...
...
@@ -98,7 +98,6 @@ var_dump(is_countable(new stdClass())); // bool(false)
98
98
</refsect1>
99
99

100
100
</refentry>
101
-

102
101
<!-- Keep this comment at the end of the file
103
102
Local variables:
104
103
mode: sgml
105
104