Mention mb_internal_encoding (bug #43345)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268524 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2008-11-07 15:13:59 +00:00
parent 2927520d8c
commit 469002f2e6

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<refentry xml:id="function.mb-encode-mimeheader" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>mb_encode_mimeheader</refname>
@ -41,6 +41,7 @@
<parameter>charset</parameter> specifies the name of the character set
in which <parameter>str</parameter> is represented in. The default value
is determined by the current NLS setting (<literal>mbstring.language</literal>).
<function>mb_internal_encoding</function> should be set to same encoding.
</para>
</listitem>
</varlistentry>