reference/ctype/functions/ctype-print.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -29,6 +29,7 @@
29
29
<para>
30
30
The tested string.
31
31
&note.ctype.parameter.integer;
32
+
&note.ctype.parameter.non-string;
32
33
</para>
33
34
</listitem>
34
35
</varlistentry>
...
...
@@ -43,6 +44,7 @@
43
44
will actually create output (including blanks). Returns &false; if
44
45
<parameter>text</parameter> contains control characters or characters
45
46
that do not have any output or control function at all.
47
+
&ctype.result.empty-string;
46
48
</para>
47
49
</refsect1>
48
50

...
...
@@ -84,6 +86,7 @@ The string 'string3' consists of all printable characters.
84
86
<member><function>ctype_cntrl</function></member>
85
87
<member><function>ctype_graph</function></member>
86
88
<member><function>ctype_punct</function></member>
89
+
<member><function>IntlChar::isprint</function></member>
87
90
</simplelist>
88
91
</para>
89
92
</refsect1>
90
93