reference/intl/intlchar/hasbinaryproperty.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.hasbinaryproperty" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::hasBinaryProperty</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::hasBinaryProperty</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::hasBinaryProperty</methodname>
13
+
<methodparam><type class="union"><type>int</type><type>string</type></type><parameter>codepoint</parameter></methodparam>
15
14
<methodparam><type>int</type><parameter>property</parameter></methodparam>
16
15
</methodsynopsis>
17
16
<para>
...
...
@@ -51,7 +50,7 @@
51
50
<para>
52
51
Returns &true; or &false; according to the binary Unicode property value for <parameter>codepoint</parameter>.
53
52
Also &false; if <parameter>property</parameter> is out of bounds or if the Unicode version does not have data for
54
-
the property at all, or not for this code point.
53
+
the property at all, or not for this code point. Returns &null; on failure.
55
54
</para>
56
55
</refsect1>
57
56

...
...
@@ -96,7 +95,6 @@ bool(true)
96
95
</refsect1>
97
96

98
97
</refentry>
99
-

100
98
<!-- Keep this comment at the end of the file
101
99
Local variables:
102
100
mode: sgml
103
101