将数组写入txt文件 var_export

  作者:bea

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