mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
bdd9deda77
commit
e90c01fe24
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
The detected character encoding.
|
||||
The detected character encoding of &false; if the encoding cannot be
|
||||
detected from the given string.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue