|
PHP5中文手册
iconv_set_encoding(PHP 4 >= 4.0.5, PHP 5) iconv_set_encoding — Set current setting for character encoding conversion 说明
bool iconv_set_encoding
( string $type
, string $charset
)
Changes the value of the internal configuration variable specified by type to charset . 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 iconv_set_encoding() example
<?php |