Function.mysqli-character-set-name
Aus PHP-Wiki
Wohngebäudeversicherung Vergleichen Online - Hausrat- vs. Wohngebäudeversicherung und KFZ Versicherung, kfz-versicherung . Hundehalterhaftpflichtversicherung Vergleichen Online
mysqli_character_set_name
(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 connectionInhaltsverzeichnis |
Description
Procedural style:
string mysqli_character_set_name ( object link)</BR >
Object oriented style (method):
class mysqli {</BR >string character_set_name ( void )
</BR >}
Returns the current character set for the database connection specified by the link parameter.
Example
Beispiel 1. Object oriented style
|
Beispiel 2. Procedural style
|
The above examples would be produce the following output:
Current character set is latin1_swedish_ci |