Clarified function of mb_http_output and the http_output setting

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334422 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andrea Faulds 2014-07-30 15:05:00 +00:00
parent 3480d5a084
commit 9804d75897
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
</methodsynopsis>
<para>
Set/Get the HTTP output character encoding.
Output after this function is converted to <parameter>encoding</parameter>.
Output after this function is called will be converted from the set internal encoding to <parameter>encoding</parameter>.
</para>
</refsect1>

View file

@ -147,7 +147,7 @@
</term>
<listitem>
<para>
Defines the default HTTP output character encoding.
Defines the default HTTP output character encoding (output will be converted from the internal encoding to the HTTP output encoding upon output).
</para>
</listitem>
</varlistentry>