mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Initial Translation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93100 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dc117f07de
commit
5844e47072
1 changed files with 9 additions and 9 deletions
|
@ -1,26 +1,26 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/iconv.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iconv-set-encoding">
|
||||
<refnamediv>
|
||||
<refname>iconv_set_encoding</refname>
|
||||
<refpurpose>Set current setting for character encoding conversion</refpurpose>
|
||||
<refpurpose>Einstellungen für die Zeichensatzkonvertierung setzen</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<title>Beschreibung</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>iconv_set_encoding</methodname>
|
||||
<methodparam><type>string</type><parameter>type</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>charset</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
It changes the value of <parameter>type</parameter> to
|
||||
<parameter>charset</parameter> and returns &true; in success or
|
||||
&false; in failure.
|
||||
Die Funktion ändert den Wert von <parameter>type</parameter> in
|
||||
<parameter>charset</parameter> und gibt &true; bei Erfolg oder
|
||||
&false; bei einem Fehler in der Ausführung zurück.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>iconv_set_encoding</function> example:</title>
|
||||
<title><function>iconv_set_encoding</function> Beispiel:</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
iconv_set_encoding("internal_encoding", "UTF-8");
|
||||
|
@ -30,8 +30,8 @@ iconv_set_encoding("output_encoding", "ISO-8859-1");
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
See also:
|
||||
<function>iconv_get_encoding</function> and
|
||||
Siehe auch:
|
||||
<function>iconv_get_encoding</function> und
|
||||
<function>ob_iconv_handler</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue