将数组写入txt文件 var_export
author:一佰互联 2019-05-01   click:203
$fp = fopen("aa.txt","w+");
fwrite($fp,var_export($times,true));
fclose($fp);