Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
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 connectionPopis
Procedural style:
string mysqli_character_set_name ( mysqli link )Object oriented style (method):
class mysqli {string character_set_name ( void )
}
Returns the current character set for the database connection.
Seznam parametrů
link
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
PÅ™Ãklady
PÅ™Ãklad 2. Procedural style
|
Výše uvedený pÅ™Ãklad vypÃÅ¡e:
Current character set is latin1_swedish_ci |
PÅ™edcházejÃcà | Domů | Dalšà |
mysqli_change_user | Nahoru |