reference/intl/intlchar/isspace.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.isspace" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::isspace</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::isspace</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::isspace</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 if the specified character is a space character or not.
...
...
@@ -34,7 +33,7 @@
34
33
&reftitle.returnvalues;
35
34
<para>
36
35
Returns &true; if
37
-
<parameter>codepoint</parameter> is a space character, &false; if not.
36
+
<parameter>codepoint</parameter> is a space character, &false; if not. Returns &null; on failure.
38
37
</para>
39
38
</refsect1>
40
39

...
...
@@ -73,12 +72,12 @@ bool(true)
73
72
<member><function>IntlChar::isJavaSpaceChar</function></member>
74
73
<member><function>IntlChar::isWhitespace</function></member>
75
74
<member><function>IntlChar::isUWhiteSpace</function></member>
75
+
<member><function>ctype_space</function></member>
76
76
</simplelist>
77
77
</para>
78
78
</refsect1>
79
79

80
80
</refentry>
81
-

82
81
<!-- Keep this comment at the end of the file
83
82
Local variables:
84
83
mode: sgml
85
84