From 31035591ccd8561ab63bfc8d1aa50874aa500bf8 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 11 Jan 2014 23:01:21 +0000 Subject: [PATCH] This link was pointing to `mysqli_character_set_name`, which returns the name of the current character set. It should point to `mysqli_set_charset` which provides the same functionality as the deprecated function. -- Provided by anonymous 38086 () git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332596 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-set-charset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mysql/functions/mysql-set-charset.xml b/reference/mysql/functions/mysql-set-charset.xml index 3c9be87e84..2d56f16c71 100644 --- a/reference/mysql/functions/mysql-set-charset.xml +++ b/reference/mysql/functions/mysql-set-charset.xml @@ -10,7 +10,7 @@ &mysql.alternative.note; - mysqli_character_set_name + mysqli_set_charset PDO: Add charset to the connection string, such as charset=utf8