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

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

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

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