From 2a7b5373a9e41b6a3f39e4b397c680c18eb2de4f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 13 Sep 2000 06:27:48 +0000 Subject: [PATCH] - name of pg_set_client_enc and pg_client_enc changed again. This one fixes it git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32621 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pgsql.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/functions/pgsql.xml b/functions/pgsql.xml index c50a2f3e4f..047ed0146c 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1213,7 +1213,7 @@ for ($i=0; $i<$num; $i++) { - pg_set_client_enc + pg_set_client_encodingoding Set the client encoding @@ -1222,7 +1222,7 @@ for ($i=0; $i<$num; $i++) { Description - int pg_set_client_enc + int pg_set_client_encoding int connection @@ -1251,14 +1251,14 @@ for ($i=0; $i<$num; $i++) { - See also pg_client_enc. + See also pg_client_encoding. - pg_client_enc + pg_client_encoding Get the client encoding @@ -1267,7 +1267,7 @@ for ($i=0; $i<$num; $i++) { Description - string pg_client_enc + string pg_client_encoding int connection @@ -1291,7 +1291,7 @@ for ($i=0; $i<$num; $i++) { - See also pg_set_client_enc. + See also pg_set_client_encoding.