PHP Manualcubrid_get_charset(PECL CUBRID >= 8.3.0) cubrid_get_charset — Return the current CUBRID connection charset Description
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(). Parameters
Return ValuesA string that represents the CUBRID connection charset; on success.
ExamplesExample #1 cubrid_get_charset() example
<?php The above example will output: CUBRID current charset: iso8859-1
![]() |
PHP-Index
New Tutorial entries
|