reference/ctype/functions/ctype-print.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -11,10 +11,10 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>ctype_print</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
-
Checks if all of the characters in the provided string,
17
+
Checks if all of the characters in the provided <type>string</type>,
18
18
<parameter>text</parameter>, are printable.
19
19
</para>
20
20
</refsect1>
...
...
@@ -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
will actually create output (including blanks). Returns &false; if
43
45
<parameter>text</parameter> contains control characters or characters
44
46
that do not have any output or control function at all.
47
+
&ctype.result.empty-string;
45
48
</para>
46
49
</refsect1>
47
50

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