reference/ctype/functions/ctype-print.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -11,7 +11,7 @@
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
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
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

...
...
@@ -76,11 +79,6 @@ The string 'string3' consists of all printable characters.
76
79
</para>
77
80
</refsect1>
78
81

79
-
<refsect1 role="notes">
80
-
&reftitle.notes;
81
-
&note.ctype.parameter.integer;
82
-
</refsect1>
83
-

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