reference/ctype/functions/ctype-space.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -11,7 +11,7 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>ctype_space</methodname>
14
-
<methodparam><type>string</type><parameter>text</parameter></methodparam>
14
+
<methodparam><type>mixed</type><parameter>text</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Checks if all of the characters in the provided <type>string</type>,
...
...
@@ -28,6 +28,8 @@
28
28
<listitem>
29
29
<para>
30
30
The tested string.
31
+
&note.ctype.parameter.integer;
32
+
&note.ctype.parameter.non-string;
31
33
</para>
32
34
</listitem>
33
35
</varlistentry>
...
...
@@ -42,6 +44,7 @@
42
44
creates some sort of white space, &false; otherwise. Besides the
43
45
blank character this also includes tab, vertical tab, line feed,
44
46
carriage return and form feed characters.
47
+
&ctype.result.empty-string;
45
48
</para>
46
49
</refsect1>
47
50

...
...
@@ -80,11 +83,6 @@ The string 'string3' contains non-whitespace characters.
80
83
</para>
81
84
</refsect1>
82
85

83
-
<refsect1 role="notes">
84
-
&reftitle.notes;
85
-
&note.ctype.parameter.integer;
86
-
</refsect1>
87
-

88
86
<refsect1 role="seealso">
89
87
&reftitle.seealso;
90
88
<para>
...
...
@@ -92,6 +90,7 @@ The string 'string3' contains non-whitespace characters.
92
90
<member><function>ctype_cntrl</function></member>
93
91
<member><function>ctype_graph</function></member>
94
92
<member><function>ctype_punct</function></member>
93
+
<member><function>IntlChar::isspace</function></member>
95
94
</simplelist>
96
95
</para>
97
96
</refsect1>
98
97