reference/ctype/functions/ctype-cntrl.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -30,6 +30,7 @@
30
30
<para>
31
31
The tested string.
32
32
&note.ctype.parameter.integer;
33
+
&note.ctype.parameter.non-string;
33
34
</para>
34
35
</listitem>
35
36
</varlistentry>
...
...
@@ -42,6 +43,7 @@
42
43
<para>
43
44
Returns &true; if every character in <parameter>text</parameter> is
44
45
a control character from the current locale, &false; otherwise.
46
+
&ctype.result.empty-string;
45
47
</para>
46
48
</refsect1>
47
49

...
...
@@ -80,6 +82,7 @@ The string 'string2' does not consist of all control characters.
80
82
<para>
81
83
<simplelist>
82
84
<member><function>ctype_print</function></member>
85
+
<member><function>IntlChar::iscntrl</function></member>
83
86
</simplelist>
84
87
</para>
85
88
</refsect1>
86
89