update : 2015.11.03
php.shukuma.com검색:
|
cubrid_get_charset(PECL CUBRID >= 8.3.0) cubrid_get_charset — Return the current CUBRID connection charset 설명
string cubrid_get_charset
( resource
$conn_identifier
)This function returns the current CUBRID connection charset and is similar to the CUBRID MySQL compatible function cubrid_client_encoding(). 인수
반환값A string that represents the CUBRID connection charset; on success.
예제Example #1 cubrid_get_charset() example
<?php 위 예제의 출력: CUBRID current charset: iso8859-1 |