mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
7850a1abc6
commit
31035591cc
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue