PHP 读取CSV转化为 UTF-8

$file = fopen($file_path, 'r');
stream_filter_append($file, "convert.iconv.gbk/utf-8");
发表评论 / Comment

用心评论~