Export file as CSV 导出 CSV
header("Content-type: text/x-csv"); header("Content-Disposition: attachment; filename=\"csv_export_" . $csv_data["file_name"] . ".csv\"");