reference/ctype/functions/ctype-upper.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -11,10 +11,10 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>ctype_upper</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
-
Checks if all of the characters in the provided string,
17
+
Checks if all of the characters in the provided <type>string</type>,
18
18
<parameter>text</parameter>, are uppercase characters.
19
19
</para>
20
20
</refsect1>
...
...
@@ -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
an uppercase letter in the current locale.
45
+
&ctype.result.empty-string;
43
46
</para>
44
47
</refsect1>
45
48

...
...
@@ -81,6 +84,7 @@ The string akwSKWsm does not consist of all uppercase letters.
81
84
<member><function>ctype_alpha</function></member>
82
85
<member><function>ctype_lower</function></member>
83
86
<member><function>setlocale</function></member>
87
+
<member><function>IntlChar::isupper</function></member>
84
88
</simplelist>
85
89
</para>
86
90
</refsect1>
87
91