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

4
3
<refentry xml:id="uconverter.fromucallback" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>UConverter::fromUCallback</refname>
...
...
@@ -9,12 +8,12 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>mixed</type><methodname>UConverter::fromUCallback</methodname>
14
-
<methodparam><type>integer</type><parameter>reason</parameter></methodparam>
15
-
<methodparam><type>string</type><parameter>source</parameter></methodparam>
16
-
<methodparam><type>string</type><parameter>codePoint</parameter></methodparam>
17
-
<methodparam><type>integer</type><parameter role="reference">error</parameter></methodparam>
11
+
<methodsynopsis role="UConverter">
12
+
<modifier>public</modifier> <type class="union"><type>string</type><type>int</type><type>array</type><type>null</type></type><methodname>UConverter::fromUCallback</methodname>
13
+
<methodparam><type>int</type><parameter>reason</parameter></methodparam>
14
+
<methodparam><type>array</type><parameter>source</parameter></methodparam>
15
+
<methodparam><type>int</type><parameter>codePoint</parameter></methodparam>
16
+
<methodparam><type>int</type><parameter role="reference">error</parameter></methodparam>
18
17
</methodsynopsis>
19
18
<para>
20
19

...
...
@@ -71,7 +70,6 @@
71
70

72
71

73
72
</refentry>
74
-

75
73
<!-- Keep this comment at the end of the file
76
74
Local variables:
77
75
mode: sgml
78
76