mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
df5e8d8219
commit
5ae9be36a2
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue