From 456e9a04a667359e22e0f68e8dd3b41d3e0993ef Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Fri, 18 Dec 2015 10:02:05 +0000 Subject: [PATCH] Fix bug #68842 mb_check_encoding() behavior does not match document git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338292 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mbstring/functions/mb-check-encoding.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/mbstring/functions/mb-check-encoding.xml b/reference/mbstring/functions/mb-check-encoding.xml index c4f4d27ebe..ecac4dba94 100644 --- a/reference/mbstring/functions/mb-check-encoding.xml +++ b/reference/mbstring/functions/mb-check-encoding.xml @@ -29,8 +29,9 @@ var - The byte stream to check. If it is omitted, this function checks - all the input from the beginning of the request. + The byte stream to check. If it is omitted, this function returns + mbstring encoding conversion status. If illegal characters are detected, + this function returns &false;, otherwise returns &true;.