takagi          Sat Sep 16 13:31:30 2006 UTC

  Modified files:              
    /phpdoc/en/reference/mbstring/functions     mb-detect-encoding.xml 
  Log:
  added the document for 3rd argument (Bug #38583)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mbstring/functions/mb-detect-encoding.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/mbstring/functions/mb-detect-encoding.xml
diff -u phpdoc/en/reference/mbstring/functions/mb-detect-encoding.xml:1.4 
phpdoc/en/reference/mbstring/functions/mb-detect-encoding.xml:1.5
--- phpdoc/en/reference/mbstring/functions/mb-detect-encoding.xml:1.4   Wed Aug 
18 14:15:18 2004
+++ phpdoc/en/reference/mbstring/functions/mb-detect-encoding.xml       Sat Sep 
16 13:31:30 2006
@@ -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>
@@ -29,6 +29,11 @@
      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>
       <programlisting role="php">

Reply via email to