reference/intl/intlchar/getfc-nfkc-closure.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.getfc-nfkc-closure" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::getFC_NFKC_Closure</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>string</type><methodname>IntlChar::getFC_NFKC_Closure</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>string</type><type>false</type><type>null</type></type><methodname>IntlChar::getFC_NFKC_Closure</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 FC_NFKC_Closure property string for a character.
...
...
@@ -34,6 +33,7 @@
34
33
&reftitle.returnvalues;
35
34
<para>
36
35
Returns the FC_NFKC_Closure property string for the <parameter>codepoint</parameter>, or an empty string if there is none.
36
+
Returns &null; or &false; on failure.
37
37
</para>
38
38
</refsect1>
39
39

...
...
@@ -60,7 +60,6 @@ string(2) "æ"
60
60
</refsect1>
61
61

62
62
</refentry>
63
-

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