update : 2015.11.03
php.shukuma.com검색:
|
maxdb_character_set_namemaxdb::character_set_name(PECL maxdb >= 1.0) maxdb_character_set_name -- maxdb::character_set_name — Returns the default character set for the database connection 설명절차식 형식
string maxdb_character_set_name
( resource
$link
)객체 기반 형식
string maxdb::character_set_name
( void
)
Returns the current character set for the database connection specified by the
반환값The default character set for the current connection, either ascii or unicode. 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Current character set is ascii 참고
|