PHP. Руководство по PHP. 2005
maxdb_character_set_name
maxdb_character_set_name
(PECL)maxdb_character_set_name
(no version information, might be only in CVS)maxdb->character_set_name -- Returns the default character set for the database connection
Description
Procedural style:string maxdb_character_set_name (resource link)
Object oriented style (method):class maxdb {
string character_set_name (void)
}
Returns the current character set for the database connection specified by the link parameter.