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@93099 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9c06dfa9ca
commit
dc117f07de
1 changed files with 9 additions and 8 deletions
|
@ -1,25 +1,26 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- EN-Revision: 1.2 Maintainer: spic Status: ready -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/iconv.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.iconv-get-encoding">
|
||||
<refnamediv>
|
||||
<refname>iconv_get_encoding</refname>
|
||||
<refpurpose>Get current setting for character encoding conversion</refpurpose>
|
||||
<refpurpose>Aktuelle Einstellung für Zeichensatz-Konvertierung auslesen</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<title>Beschreibung</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>iconv_get_encoding</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>type</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
It returns the current settings of
|
||||
<function>ob_iconv_handler</function> as array or
|
||||
&false; in failure.
|
||||
Die Funktion gibt die aktuelle Einstellung von
|
||||
<function>ob_iconv_handler</function> als Array zurück Bei einem Fehler wird .
|
||||
&false; zurückgegeben.
|
||||
</para>
|
||||
<para>
|
||||
See also:
|
||||
<function>iconv_set_encoding</function> and
|
||||
Siehe auch:
|
||||
<function>iconv_set_encoding</function> und
|
||||
<function>ob_iconv_handler</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue