From 226c6acd8e59c24a96d01c2aabc2464604cf6221 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 15 Jun 2007 16:25:18 +0000 Subject: [PATCH] Document mysql_set_charset() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237776 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mysql/functions/mysql-set-charset.xml | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 reference/mysql/functions/mysql-set-charset.xml diff --git a/reference/mysql/functions/mysql-set-charset.xml b/reference/mysql/functions/mysql-set-charset.xml new file mode 100644 index 0000000000..f6c40d6cb3 --- /dev/null +++ b/reference/mysql/functions/mysql-set-charset.xml @@ -0,0 +1,75 @@ + + + + + mysql_set_charset + Sets the client character set + + + + &reftitle.description; + + boolmysql_set_charset + stringcharset + resourcelink_identifier + + + Sets the default character set for the current connection. + + + + + &reftitle.parameters; + + + + charset + + + A valid character set name. + + + + &mysql.linkid.description; + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + &reftitle.notes; + + + This function requires MySQL 5.0.7 or later. + + + + + + +