reference/ctype/functions/ctype-lower.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -11,7 +11,7 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>ctype_lower</methodname>
14
-
<methodparam><type>string</type><parameter>text</parameter></methodparam>
14
+
<methodparam><type>mixed</type><parameter>text</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Checks if all of the characters in the provided <type>string</type>,
...
...
@@ -28,6 +28,8 @@
28
28
<listitem>
29
29
<para>
30
30
The tested string.
31
+
&note.ctype.parameter.integer;
32
+
&note.ctype.parameter.non-string;
31
33
</para>
32
34
</listitem>
33
35
</varlistentry>
...
...
@@ -40,6 +42,7 @@
40
42
<para>
41
43
Returns &true; if every character in <parameter>text</parameter> is
42
44
a lowercase letter in the current locale.
45
+
&ctype.result.empty-string;
43
46
</para>
44
47
</refsect1>
45
48

...
...
@@ -74,11 +77,6 @@ The string QASsdks does not consist of all lowercase letters.
74
77
</para>
75
78
</refsect1>
76
79

77
-
<refsect1 role="notes">
78
-
&reftitle.notes;
79
-
&note.ctype.parameter.integer;
80
-
</refsect1>
81
-

82
80
<refsect1 role="seealso">
83
81
&reftitle.seealso;
84
82
<para>
...
...
@@ -86,6 +84,7 @@ The string QASsdks does not consist of all lowercase letters.
86
84
<member><function>ctype_alpha</function></member>
87
85
<member><function>ctype_upper</function></member>
88
86
<member><function>setlocale</function></member>
87
+
<member><function>IntlChar::islower</function></member>
89
88
</simplelist>
90
89
</para>
91
90
</refsect1>
92
91