当前位置:Gxlcms > PHP教程 > exported将数组写入txt文件var_export

exported将数组写入txt文件var_export

时间:2021-07-01 10:21:17 帮助过:5人阅读

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

以上就介绍了exported 将数组写入txt文件 var_export,包括了exported方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

人气教程排行