|
(PHP 5)
mysqli_character_set_name(no version information, might be only in CVS)
mysqli->character_set_name -- Returns the default character set for the database connectionProcedural style:
string mysqli_character_set_name ( mysqli link )Object oriented style (method):
class mysqli {Returns the current character set for the database connection specified by the link parameter.
Example 2. Procedural style
|
The above example will output:
Current character set is latin1_swedish_ci |
Hosting by: Hurra Communications Ltd.
Generated: 2007-01-26 18:00:08