update : 2015.11.03
php.shukuma.com검색:
|
mysqli::character_set_namemysqli_character_set_name(PHP 5) mysqli::character_set_name -- mysqli_character_set_name — Returns the default character set for the database connection 설명객체 기반 형식
string mysqli::character_set_name
( void
)
절차식 형식 Returns the current character set for the database connection. 반환값The default character set for the current connection 예제Example #1 mysqli::character_set_name() example 객체 기반 형식
<?php 절차식 형식
<?php 위 예제들의 출력: Current character set is latin1_swedish_ci 참고
|