From e90c01fe249df4130a3ac91fb87c707bc15e8fc6 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Tue, 15 Sep 2009 16:22:50 +0000 Subject: [PATCH] Fix#49564 - Returns false if encoding cannot be determined. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288349 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mbstring/functions/mb-detect-encoding.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/mbstring/functions/mb-detect-encoding.xml b/reference/mbstring/functions/mb-detect-encoding.xml index f3ca5c880f..80114d436e 100644 --- a/reference/mbstring/functions/mb-detect-encoding.xml +++ b/reference/mbstring/functions/mb-detect-encoding.xml @@ -62,7 +62,8 @@ &reftitle.returnvalues; - The detected character encoding. + The detected character encoding of &false; if the encoding cannot be + detected from the given string.