reference/ctype/functions/ctype-graph.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -11,10 +11,10 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>ctype_graph</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>, creates visible output.
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>
...
...
@@ -41,6 +43,7 @@
41
43
Returns &true; if every character in <parameter>text</parameter> is
42
44
printable and actually creates visible output (no white space), &false;
43
45
otherwise.
46
+
&ctype.result.empty-string;
44
47
</para>
45
48
</refsect1>
46
49

...
...
@@ -82,6 +85,7 @@ The string 'string3' consists of all (visibly) printable characters.
82
85
<member><function>ctype_alnum</function></member>
83
86
<member><function>ctype_print</function></member>
84
87
<member><function>ctype_punct</function></member>
88
+
<member><function>IntlChar::isgraph</function></member>
85
89
</simplelist>
86
90
</para>
87
91
</refsect1>
88
92