mirror of
https://github.com/php/doc-de.git
synced 2026-04-28 01:13:12 +02:00
7921cfa604
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@79754 c90b9560-bf6c-de11-be94-00142212c4b1
69 lines
2.3 KiB
XML
69 lines
2.3 KiB
XML
<?xml version='1.0'?>
|
|
<!-- splitted from ./de/functions/pgsql.xml, last change in rev 1.20 -->
|
|
<!-- last change to 'pg-client-encoding' in en/ tree in rev 1.16 -->
|
|
<!-- EN-Revision: 1.2 Maintainer: conni Status: ready -->
|
|
<!-- OLD-Revision: 1.78/EN.1.16 -->
|
|
<!-- $Revision: 1.3 $ -->
|
|
<refentry id='function.pg-client-encoding'>
|
|
<refnamediv>
|
|
<refname>pg_client_encoding</refname>
|
|
<refpurpose>
|
|
Liefert die Kodierung des Clients
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Beschreibung</title>
|
|
<methodsynopsis>
|
|
<type>string</type><methodname>pg_client_encoding</methodname>
|
|
<methodparam choice='opt'><type>resource</type><parameter>connection</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
<function>pg_client_encoding</function> gibt die Kodierung des
|
|
Clients als String zurück. Dieser String sollte einen der
|
|
folgenden Werte beinhalten: SQL_ASCII, EUC_JP, EUC_CN, EUC_KR,
|
|
EUC_TW, UNICODE, MULE_INTERNAL, LATINX (X=1...9), KOI8, WIN, ALT,
|
|
SJIS, BIG5, WIN1250.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
Diese Funktion arbeitet ab PHP Versin 4.0.3 oder höher und
|
|
PostgreSQL 7.0 oder höher. Wenn die libpq ohne multibyte
|
|
encoding Unterstützung kompiliert wurde, gibt
|
|
<function>pg_set_client_encoding</function> immer
|
|
"SQL_ASCII" zurück. Die unterstützten Kodierungen
|
|
sind von der PostgreSQL-Version abhängig. Weitere Informationen,
|
|
wie Sie multibyte Unterstützung aktivieren, und welche
|
|
Kodierungen unterstützt werden, entnehmen Sie dem
|
|
PostgreSQL-Manual.
|
|
</para>
|
|
<para>
|
|
Diese Funktion ersetzt die Funktion <function>pg_clientencoding</function>.
|
|
</para>
|
|
</note>
|
|
<para>
|
|
Siehe auch <function>pg_set_client_encoding</function>.
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|