From 5ae9be36a2bc82bb90123867570abde3b1c7a3d5 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Sat, 16 Sep 2006 13:31:30 +0000 Subject: [PATCH] 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 --- reference/mbstring/functions/mb-detect-encoding.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/mbstring/functions/mb-detect-encoding.xml b/reference/mbstring/functions/mb-detect-encoding.xml index c129c1d68a..c1b929bbe5 100644 --- a/reference/mbstring/functions/mb-detect-encoding.xml +++ b/reference/mbstring/functions/mb-detect-encoding.xml @@ -1,5 +1,5 @@ - + @@ -28,6 +28,11 @@ If encoding_list is omitted, detect_order is used. + + strict specifies whether to use + the strict encoding detection or not. + Default is &false;. + <function>mb_detect_encoding</function> example