update : 2015.11.03
php.shukuma.com검색:
|
MysqlndUhConnection::charsetName(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::charsetName — Returns the default character set for the database connection 설명
public string MysqlndUhConnection::charsetName
( mysqlnd_connection
$connection
)Returns the default character set for the database connection. 인수
반환값The default character set. 예제
Example #1 MysqlndUhConnection::charsetName() example
<?php 위 예제의 출력: proxy::charsetName(array ( 0 => NULL, )) proxy::charsetName returns 'latin1' string(6) "latin1" 참고
|