reference/intl/intlchar/isgraph.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="intlchar.isgraph" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::isgraph</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <modifier>static</modifier> <type>bool</type><methodname>IntlChar::isgraph</methodname>
14
-
<methodparam><type>mixed</type><parameter>codepoint</parameter></methodparam>
11
+
<methodsynopsis role="IntlChar">
12
+
<modifier>public</modifier> <modifier>static</modifier> <type class="union"><type>bool</type><type>null</type></type><methodname>IntlChar::isgraph</methodname>
13
+
<methodparam><type class="union"><type>int</type><type>string</type></type><parameter>codepoint</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Determines whether the specified code point is a "graphic" character (printable, excluding spaces).
...
...
@@ -37,7 +36,7 @@
37
36
&reftitle.returnvalues;
38
37
<para>
39
38
Returns &true; if
40
-
<parameter>codepoint</parameter> is a "graphic" character, &false; if not.
39
+
<parameter>codepoint</parameter> is a "graphic" character, &false; if not. Returns &null; on failure.
41
40
</para>
42
41
</refsect1>
43
42

...
...
@@ -67,8 +66,16 @@ bool(false)
67
66
</example>
68
67
</refsect1>
69
68

70
-
</refentry>
69
+
<refsect1 role="seealso">
70
+
&reftitle.seealso;
71
+
<para>
72
+
<simplelist>
73
+
<member><function>ctype_graph</function></member>
74
+
</simplelist>
75
+
</para>
76
+
</refsect1>
71
77

78
+
</refentry>
72
79
<!-- Keep this comment at the end of the file
73
80
Local variables:
74
81
mode: sgml
75
82