mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
2927520d8c
commit
469002f2e6
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue