reference/intl/intlchar/getblockcode.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.getblockcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::getBlockCode</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::getBlockCode</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::getBlockCode</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 Unicode allocation block that contains the character.
...
...
@@ -34,7 +33,7 @@
34
33
&reftitle.returnvalues;
35
34
<para>
36
35
Returns the block value for <parameter>codepoint</parameter>.
37
-
See the <literal>IntlChar::BLOCK_CODE_*</literal> constants for possible return values.
36
+
See the <literal>IntlChar::BLOCK_CODE_*</literal> constants for possible return values. Returns &null; on failure.
38
37
</para>
39
38
</refsect1>
40
39

...
...
@@ -63,7 +62,6 @@ bool(true)
63
62
</refsect1>
64
63

65
64
</refentry>
66
-

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