| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
maxdb_character_set_namemaxdb->character_set_name(PECL maxdb:1.0-7.6.00.38) maxdb->character_set_name — Returns the default character set for the database connection BeschreibungProcedural style:
string maxdb_character_set_name
( resource $link
)
Object oriented style (method): maxdb
string
character_set_name
( void
)
Returns the current character set for the database connection specified by the link parameter. RückgabewerteThe default character set for the current connection, either ascii or unicode. BeispieleExample#1 Object oriented style
<?phpExample#2 Procedural style
<?phpThe above examples would be produce the following output:
|