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