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
This commit is contained in:
Yasuo Ohgaki 2015-12-18 10:02:05 +00:00
parent 5dce0583ce
commit 456e9a04a6

View file

@ -29,8 +29,9 @@
<term><parameter>var</parameter></term>
<listitem>
<para>
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;.
</para>
</listitem>
</varlistentry>