mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
5dce0583ce
commit
456e9a04a6
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue