- added pg_set_client_enc() and pg_client_enc() to german translation and

while doing that, fixed the names in the en docs as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Uwe Steinmann 2000-09-13 06:24:09 +00:00
parent 5e3ae71e26
commit bb41d995dd

View file

@ -1211,9 +1211,9 @@ for ($i=0; $i<$num; $i++) {
</refsect1>
</refentry>
<refentry id="function.pg-setclientencoding">
<refentry id="function.pg-set-client-enc">
<refnamediv>
<refname>pg_setclientencoding</refname>
<refname>pg_set_client_enc</refname>
<refpurpose>
Set the client encoding
</refpurpose>
@ -1222,7 +1222,7 @@ for ($i=0; $i&lt;$num; $i++) {
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>int <function>pg_setclientencoding</function></funcdef>
<funcdef>int <function>pg_set_client_enc</function></funcdef>
<paramdef>int
<parameter><optional>connection</optional></parameter>
</paramdef>
@ -1245,16 +1245,20 @@ for ($i=0; $i&lt;$num; $i++) {
This function requires PHP-4.0.2 or higher and PostgreSQL-7.0 or
higher.
</para>
<para>
The function used to be called
<function>pg_setclientencoding</function>.
</para>
</note>
<para>
See also <function>pg_clientencoding</function>.
See also <function>pg_client_enc</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.pg-clientencoding">
<refentry id="function.pg-client-enc">
<refnamediv>
<refname>pg_clientencoding</refname>
<refname>pg_client_enc</refname>
<refpurpose>
Get the client encoding
</refpurpose>
@ -1263,7 +1267,7 @@ for ($i=0; $i&lt;$num; $i++) {
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>string <function>pg_clientencoding</function></funcdef>
<funcdef>string <function>pg_client_enc</function></funcdef>
<paramdef>int
<parameter><optional>connection</optional></parameter>
</paramdef>
@ -1281,9 +1285,13 @@ for ($i=0; $i&lt;$num; $i++) {
This function requires PHP-4.0.2 or higher and PostgreSQL-7.0 or
higher.
</para>
<para>
The function used to be called
<function>pg_clientencoding</function>.
</para>
</note>
<para>
See also <function>pg_setclientencoding</function>.
See also <function>pg_set_client_enc</function>.
</para>
</refsect1>
</refentry>