added the document for 3rd argument (Bug #38583)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220062 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2006-09-16 13:31:30 +00:00
parent df5e8d8219
commit 5ae9be36a2

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.1 -->
<refentry id="function.mb-detect-encoding">
<refnamediv>
@ -28,6 +28,11 @@
If <parameter>encoding_list</parameter> is omitted,
detect_order is used.
</para>
<para>
<parameter>strict</parameter> specifies whether to use
the strict encoding detection or not.
Default is &false;.
</para>
<para>
<example>
<title><function>mb_detect_encoding</function> example</title>