|
PHP5中文手册
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 说明Procedural 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. 返回值The default character set for the current connection, either ascii or unicode. 范例Example#1 Object oriented style
<?php Example#2 Procedural style
<?php The above examples would be produce the following output:
|