|
cubrid_client_encodingReturn the current CUBRID connection charset Beschreibung
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. Parameter-Liste
RückgabewerteA string that represents the CUBRID connection charset; on success.
BeispieleBeispiel #1 cubrid_client_encoding example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: CUBRID current charset: iso8859-1 Siehe auch
|