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

4
3
<refentry xml:id="intlchar.isblank" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::isblank</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::isblank</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::isblank</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 "blank" or "horizontal space", a character that visibly separates words on a line.
...
...
@@ -46,7 +45,7 @@
46
45
&reftitle.returnvalues;
47
46
<para>
48
47
Returns &true; if
49
-
<parameter>codepoint</parameter> is either a "blank" or "horizontal space" character, &false; if not.
48
+
<parameter>codepoint</parameter> is either a "blank" or "horizontal space" character, &false; if not. Returns &null; on failure.
50
49
</para>
51
50
</refsect1>
52
51

...
...
@@ -87,7 +86,6 @@ bool(true)
87
86
</refsect1>
88
87

89
88
</refentry>
90
-

91
89
<!-- Keep this comment at the end of the file
92
90
Local variables:
93
91
mode: sgml
94
92