将数组写入txt文件 var_export

(编辑:jimmy 日期: 2024/9/25 浏览:2)

$fp = fopen('aa.txt','w+');
fwrite($fp,var_export($times,true));
fclose($fp);