reference/intl/intlchar/getintpropertyvalue.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.getintpropertyvalue" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::getIntPropertyValue</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>int</type><methodname>IntlChar::getIntPropertyValue</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>int</type><type>null</type></type><methodname>IntlChar::getIntPropertyValue</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>
...
...
@@ -42,7 +41,7 @@
42
41
&reftitle.returnvalues;
43
42
<para>
44
43
Returns the numeric value that is directly the property value or, for enumerated properties, corresponds to the
45
-
numeric value of the enumerated constant of the respective property value enumeration type.
44
+
numeric value of the enumerated constant of the respective property value enumeration type. Returns &null; on failure.
46
45
</para>
47
46
<para>
48
47
Returns <literal>0</literal> or <literal>1</literal> (for &false;/&true;) for binary Unicode properties.
...
...
@@ -93,7 +92,6 @@ bool(true)
93
92
</refsect1>
94
93

95
94
</refentry>
96
-

97
95
<!-- Keep this comment at the end of the file
98
96
Local variables:
99
97
mode: sgml
100
98