(PHP 5 >= 5.1.0RC1)
mysqli_set_charset(no version information, might be only in CVS)
mysqli->set_charset -- Sets the default client character setThe mysqli_set_charset() function sets the default character set (specified by the charset parameter) to be used when sending data from and to the database server represented by the link parameter.
Замечание: To use this function on a Windows platform you need MySQL client library version 4.1.11 or above (for MySQL 5.0 you need 5.0.6 or above). It can be downloaded at http://dev.mysql.com/downloads/connector/php/.
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Пример 2. Procedural style
|
Результат выполнения данного примера:
Current character set: utf8 |
Пред. | Начало | След. |
mysqli_server_init | Уровень выше | mysqli_set_opt |