reference/intl/intlchar/isulowercase.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.isulowercase" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::isULowercase</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>bool</type><methodname>IntlChar::isULowercase</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>bool</type><type>null</type></type><methodname>IntlChar::isULowercase</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
Check if a code point has the Lowercase Unicode property.
...
...
@@ -42,7 +41,7 @@
42
41
&reftitle.returnvalues;
43
42
<para>
44
43
Returns &true; if
45
-
<parameter>codepoint</parameter> has the Lowercase Unicode property, &false; if not.
44
+
<parameter>codepoint</parameter> has the Lowercase Unicode property, &false; if not. Returns &null; on failure.
46
45
</para>
47
46
</refsect1>
48
47

...
...
@@ -86,7 +85,6 @@ bool(false)
86
85
</refsect1>
87
86

88
87
</refentry>
89
-

90
88
<!-- Keep this comment at the end of the file
91
89
Local variables:
92
90
mode: sgml
93
91