reference/intl/intlchar/getbidipairedbracket.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.getbidipairedbracket" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::getBidiPairedBracket</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>mixed</type><methodname>IntlChar::getBidiPairedBracket</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>string</type><type>null</type></type><methodname>IntlChar::getBidiPairedBracket</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
Maps the specified character to its paired bracket character.
...
...
@@ -37,7 +36,8 @@
37
36
<refsect1 role="returnvalues">
38
37
&reftitle.returnvalues;
39
38
<para>
40
-
Returns the paired bracket code point, or <parameter>codepoint</parameter> itself if there is no such mapping.
39
+
Returns the paired bracket code point, or <parameter>codepoint</parameter> itself if there is no such mapping. Returns
40
+
&null; on failure.
41
41
</para>
42
42
&intl.codepoint.return;
43
43
</refsect1>
...
...
@@ -76,7 +76,6 @@ string(1) "]"
76
76
</refsect1>
77
77

78
78
</refentry>
79
-

80
79
<!-- Keep this comment at the end of the file
81
80
Local variables:
82
81
mode: sgml
83
82