PHP 读取CSV转化为 UTF-8

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

请登录后发表评论