PHP 转换ANSI 格式的CSV文件到UTF-8格式读取

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

 

你可能感兴趣的:(Magento,php)