reference/intl/intlchar/iscntrl.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="intlchar.iscntrl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::iscntrl</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::iscntrl</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::iscntrl</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
Determines whether the specified code point is a control character.
...
...
@@ -44,7 +43,7 @@
44
43
&reftitle.returnvalues;
45
44
<para>
46
45
Returns &true; if
47
-
<parameter>codepoint</parameter> is a control character, &false; if not.
46
+
<parameter>codepoint</parameter> is a control character, &false; if not. Returns &null; on failure.
48
47
</para>
49
48
</refsect1>
50
49

...
...
@@ -80,12 +79,12 @@ bool(true)
80
79
<simplelist>
81
80
<member><function>IntlChar::isprint</function></member>
82
81
<member><constant>IntlChar::PROPERTY_DEFAULT_IGNORABLE_CODE_POINT</constant></member>
82
+
<member><function>ctype_cntrl</function></member>
83
83
</simplelist>
84
84
</para>
85
85
</refsect1>
86
86

87
87
</refentry>
88
-

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