|
MysqlndUhConnection::setCharset(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::setCharset — Sets the default client character set Описание
public bool MysqlndUhConnection::setCharset
( mysqlnd_connection $connection
, string $charset
)
Sets the default client character set. Список параметров
Возвращаемые значенияReturns TRUE on success. Otherwise, returns FALSE Примеры
Пример #1 MysqlndUhConnection::setCharset() example
<?php Результат выполнения данного примера: proxy::setCharset(array ( 0 => NULL, 1 => 'latin1', )) proxy::setCharset returns true Смотрите также
|
|