reference/intl/intlchar/charage.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.charage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::charAge</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>array</type><methodname>IntlChar::charAge</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>array</type><type>null</type></type><methodname>IntlChar::charAge</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
Gets the "age" of the code point.
...
...
@@ -40,6 +39,7 @@
40
39
<para>
41
40
The Unicode version number, as an <type>array</type>.
42
41
For example, version <emphasis>1.3.31.2</emphasis> would be represented as <literal>[1, 3, 31, 2]</literal>.
42
+
Returns &null; on failure.
43
43
</para>
44
44
</refsect1>
45
45

...
...
@@ -95,7 +95,6 @@ array(4) {
95
95
</refsect1>
96
96

97
97
</refentry>
98
-

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