var_export($times,true);后面不加true不能写入文件哟
$fp = fopen(‘aa.txt’,’w+’);
fwrite($fp,var_export($times,true));
fclose($fp);
fwrite($fp,var_export($times,true));
fclose($fp);
以上就是将数组写入txt文件 var_export的详细内容来源gaodai$ma#com搞$$代**码网,更多请关注gaodaima搞代码网其它相关文章!
var_export($times,true);后面不加true不能写入文件哟
以上就是将数组写入txt文件 var_export的详细内容来源gaodai$ma#com搞$$代**码网,更多请关注gaodaima搞代码网其它相关文章!