PHP » GoLang |
login |
register |
about
|
GoLang cubrid_get_charset
request it (295)
GoLang replacement for PHP's cubrid_get_charset
[edit | history]
cubrid_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 |
more
Recently updated
more
Most requested
more
Last requests
|