7
2011
php写数组信息到文件,直接上代码,此处未判断文件是否存在,各位可以添加一个判断,此代码主要是使用var_export();
$test4mail = “test4mail.txt”;
$file4mail = fopen($test4mail,”w”);
fwrite($file4mail,var_export($new_mail_list,true));
fclose($file4mail);
本文连接地址: http://www.fresker.com/old2/archives/390 (转载注明出处)
目前暂无评论