From bb41d995ddf5276918045544f715a8b8142647d1 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 13 Sep 2000 06:24:09 +0000 Subject: [PATCH] - 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 --- functions/pgsql.xml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/functions/pgsql.xml b/functions/pgsql.xml index 299588fda7..c50a2f3e4f 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1211,9 +1211,9 @@ for ($i=0; $i<$num; $i++) { - + - pg_setclientencoding + pg_set_client_enc Set the client encoding @@ -1222,7 +1222,7 @@ for ($i=0; $i<$num; $i++) { Description - int pg_setclientencoding + int pg_set_client_enc int connection @@ -1245,16 +1245,20 @@ for ($i=0; $i<$num; $i++) { This function requires PHP-4.0.2 or higher and PostgreSQL-7.0 or higher. + + The function used to be called + pg_setclientencoding. + - See also pg_clientencoding. + See also pg_client_enc. - + - pg_clientencoding + pg_client_enc Get the client encoding @@ -1263,7 +1267,7 @@ for ($i=0; $i<$num; $i++) { Description - string pg_clientencoding + string pg_client_enc int connection @@ -1281,9 +1285,13 @@ for ($i=0; $i<$num; $i++) { This function requires PHP-4.0.2 or higher and PostgreSQL-7.0 or higher. + + The function used to be called + pg_clientencoding. + - See also pg_setclientencoding. + See also pg_set_client_enc.