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
This commit is contained in:
Hannes Magnusson 2014-01-11 23:01:21 +00:00
parent 7850a1abc6
commit 31035591cc

View file

@ -10,7 +10,7 @@
<warning>
&mysql.alternative.note;
<simplelist role="alternatives">
<member><function>mysqli_character_set_name</function></member>
<member><function>mysqli_set_charset</function></member>
<member>PDO: Add <literal>charset</literal> to the connection string, such as <literal>charset=utf8</literal></member>
</simplelist>
</warning>