update : 2015.11.03
php.shukuma.com검색:
|
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 예제
Example #1 MysqlndUhConnection::setCharset() example
<?php 위 예제의 출력: proxy::setCharset(array ( 0 => NULL, 1 => 'latin1', )) proxy::setCharset returns true 참고
|