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