reference/iconv/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -3,10 +3,10 @@
3
3
<appendix xml:id="iconv.constants" xmlns="http://docbook.org/ns/docbook">
4
4
&reftitle.constants;
5
5
<para>
6
-
Since <application>PHP</application> 4.3.0 it is possible to identify at
6
+
It is possible to identify at
7
7
runtime which <literal>iconv</literal> implementation is adopted by this extension.
8
8
<table>
9
-
<title><literal>iconv</literal> constants</title>
9
+
<title><literal>iconv</literal> implementation constants</title>
10
10
<tgroup cols="3">
11
11
<thead>
12
12
<row>
...
...
@@ -37,10 +37,10 @@
37
37
</para>
38
38
</note>
39
39
<para>
40
-
Since <application>PHP</application> 5.0.0, the following constants are
40
+
The following constants are
41
41
also available:
42
42
<table>
43
-
<title><literal>iconv</literal> constants available since PHP 5.0.0</title>
43
+
<title>Other <literal>iconv</literal> constants</title>
44
44
<tgroup cols="3">
45
45
<thead>
46
46
<row>
...
...
@@ -52,12 +52,12 @@
52
52
<tbody>
53
53
<row xml:id="constant.iconv-mime-decode-strict">
54
54
<entry><constant>ICONV_MIME_DECODE_STRICT</constant></entry>
55
-
<entry><type>integer</type></entry>
55
+
<entry><type>int</type></entry>
56
56
<entry>A bitmask used for <function>iconv_mime_decode</function></entry>
57
57
</row>
58
58
<row xml:id="constant.iconv-mime-decode-continue-on-error">
59
59
<entry><constant>ICONV_MIME_DECODE_CONTINUE_ON_ERROR</constant></entry>
60
-
<entry><type>integer</type></entry>
60
+
<entry><type>int</type></entry>
61
61
<entry>A bitmask used for <function>iconv_mime_decode</function></entry>
62
62
</row>
63
63
</tbody>
64
64