maxdb_character_set_name
maxdb::character_set_name
Returns the default character set for the database connection
&reftitle.description;
&style.procedural;
stringmaxdb_character_set_name
resourcelink
&style.oop;
stringmaxdb::character_set_name
Returns the current character set for the database connection specified by the
link parameter.
&reftitle.returnvalues;
The default character set for the current connection, either ascii or unicode.
&reftitle.examples;
&style.oop;
character_set_name();
printf ("Current character set is %s\n", $charset);
$maxdb->close();
?>
]]>
&style.procedural;
]]>
&example.outputs.similar;
&reftitle.seealso;
maxdb_client_encoding
maxdb_real_escape_string