reference/intl/intlchar/isprint.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.isprint" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::isprint</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::isprint</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::isprint</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 printable character.
...
...
@@ -37,7 +36,7 @@
37
36
&reftitle.returnvalues;
38
37
<para>
39
38
Returns &true; if
40
-
<parameter>codepoint</parameter> is a printable character, &false; if not.
39
+
<parameter>codepoint</parameter> is a printable character, &false; if not. Returns &null; on failure.
41
40
</para>
42
41
</refsect1>
43
42

...
...
@@ -73,12 +72,12 @@ bool(false)
73
72
<simplelist>
74
73
<member><function>IntlChar::iscntrl</function></member>
75
74
<member><constant>IntlChar::PROPERTY_DEFAULT_IGNORABLE_CODE_POINT</constant></member>
75
+
<member><function>ctype_print</function></member>
76
76
</simplelist>
77
77
</para>
78
78
</refsect1>
79
79

80
80
</refentry>
81
-

82
81
<!-- Keep this comment at the end of the file
83
82
Local variables:
84
83
mode: sgml
85
84