update : 2015.11.03
php.shukuma.com검색:
|
mysqli::set_charsetmysqli_set_charset(PHP 5 >= 5.0.5) mysqli::set_charset -- mysqli_set_charset — Sets the default client character set 설명객체 기반 형식
bool mysqli::set_charset
( string
$charset
)절차식 형식 Sets the default character set to be used when sending data from and to the database server. 인수
반환값
성공 시 주의
예제Example #1 mysqli::set_charset() example 객체 기반 형식
<?php 절차식 형식
<?php 위 예제들의 출력 예시: Initial character set: latin1 Current character set: utf8 참고
|