|
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. FALSE on failure. ПримерыПример #1 cubrid_get_charset() example
<?php Результат выполнения данного примера: CUBRID current charset: iso8859-1 |
|