|
cubrid_client_encoding(PECL CUBRID >= 8.3.1) cubrid_client_encoding — Return the current CUBRID connection charset Описание
string cubrid_client_encoding
([ resource $conn_identifier
] )
This function returns the current CUBRID connection charset and is similar to the CUBRID function cubrid_get_charset(). Список параметров
Возвращаемые значенияA string that represents the CUBRID connection charset; on success. FALSE on failure. ПримерыПример #1 cubrid_client_encoding() example
<?php Результат выполнения данного примера: CUBRID current charset: iso8859-1 |
|