reference/ctype/functions/ctype-alnum.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -11,7 +11,7 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>ctype_alnum</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 either
42
44
a letter or a digit, &false; otherwise.
45
+
&ctype.result.empty-string;
43
46
</para>
44
47
</refsect1>
45
48

...
...
@@ -73,11 +76,6 @@ The string foo!#$bar does not consist of all letters or digits.
73
76
</para>
74
77
</refsect1>
75
78

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

81
79
<refsect1 role="seealso">
82
80
&reftitle.seealso;
83
81
<para>
...
...
@@ -85,6 +83,7 @@ The string foo!#$bar does not consist of all letters or digits.
85
83
<member><function>ctype_alpha</function></member>
86
84
<member><function>ctype_digit</function></member>
87
85
<member><function>setlocale</function></member>
86
+
<member><function>IntlChar::isalnum</function></member>
88
87
</simplelist>
89
88
</para>
90
89
</refsect1>
91
90