Document detect_unicode

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291202 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-11-23 13:17:20 +00:00
parent 1528e92fd1
commit 331127330a

View file

@ -612,7 +612,7 @@
<entry>Removed in PHP 6.0.0.</entry>
</row>
<row>
<entry>detect_unicode</entry>
<entry><link linkend="ini.detect-unicode">detect_unicode</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.1.0. Removed in PHP 6.0.0.</entry>
@ -3486,6 +3486,12 @@
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 4.3.0. Removed in PHP 5.0.0.</entry>
</row>
<row>
<entry><link linkend="ini.zend.enable-gc">zend.enable_gc</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.3.0.</entry>
</row>
<row>
<entry><link linkend="ini.zend.ze1-compatibility-mode">zend.ze1_compatibility_mode</link></entry>
<entry>"0"</entry>
@ -3746,6 +3752,12 @@ auto_prepend_file=security.php
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.0.0. Removed in PHP 5.3.0</entry>
</row>
<row>
<entry>detect_unicode</entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.1.0. Removed in PHP 6.0.0.</entry>
</row>
</tbody>
</tgroup>
</table>
@ -3929,6 +3941,21 @@ auto_prepend_file=security.php
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.detect-unicode">
<term>
<parameter>detect_unicode</parameter>
<type>boolean</type>
</term>
<listitem>
<para>
Check for BOM (Byte Order Mark) and see if the file contains valid
multibyte characters.
Available only in Zend Multibyte mode.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>