mirror of
https://github.com/php/doc-de.git
synced 2026-03-28 17:22:18 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@118744 c90b9560-bf6c-de11-be94-00142212c4b1
67 lines
2.2 KiB
XML
67 lines
2.2 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- EN-Revision: 1.3 Maintainer: conni Status: ready -->
|
|
<!-- $Revision: 1.5 $ -->
|
|
<refentry id='function.pg-set-client-encoding'>
|
|
<refnamediv>
|
|
<refname>pg_set_client_encoding</refname>
|
|
<refpurpose>
|
|
Setzt die Kodierung des Clients
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Beschreibung</title>
|
|
<methodsynopsis>
|
|
<type>int</type><methodname>pg_set_client_encoding</methodname>
|
|
<methodparam choice='opt'><type>resource</type><parameter>connection</parameter></methodparam>
|
|
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
<function>pg_set_client_encoding</function> setzt die Kodierung
|
|
des Clients und gibt bei Erfolg 0 zurück, anderenfalls -1.
|
|
</para>
|
|
<para>
|
|
<parameter>encoding</parameter> ist die Kodierung des Clients und
|
|
kann einen der Werte SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW,
|
|
UNICODE, MULE_INTERNAL, LATINX (X=1...9), KOI8, WIN, ALT, SJIS,
|
|
BIG5 odeer WIN1250 haben. Die verfügbaren Kodierungen sind von
|
|
Ihrer PostgreSQL-Version und der libpq abhängig. Schauen Sie im
|
|
PostgreSQL-Manual, welche Kodierung Ihre Version unterstützt.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
Diese Funktion arbeitet ab PHP Version 4.0.3 oder höher und
|
|
PostgreSQL 7.0 oder höher. Die unterstützten Kodierungen sind
|
|
von der PostgreSQL-Version abhängig. Weitere Informationen
|
|
entnehmen Sie dem PostgreSQL-Manual.
|
|
</para>
|
|
<para>
|
|
Diese Funktion ersetzt die Funktion <function>pg_setclientencoding</function>.
|
|
</para>
|
|
</note>
|
|
<para>
|
|
Siehe auch <function>pg_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
|
|
-->
|