reference/intl/intlchar/getcombiningclass.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.getcombiningclass" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::getCombiningClass</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::getCombiningClass</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::getCombiningClass</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
Returns the combining class of the code point.
...
...
@@ -33,7 +32,7 @@
33
32
<refsect1 role="returnvalues">
34
33
&reftitle.returnvalues;
35
34
<para>
36
-
Returns the combining class of the character.
35
+
Returns the combining class of the character. Returns &null; on failure.
37
36
</para>
38
37
</refsect1>
39
38

...
...
@@ -62,7 +61,6 @@ int(232)
62
61
</refsect1>
63
62

64
63
</refentry>
65
-

66
64
<!-- Keep this comment at the end of the file
67
65
Local variables:
68
66
mode: sgml
69
67