php file_put_contents 追加内容
展开阅读全文

php用函数file_put_contents在已经存在内容的文件里面追加内容

只需要加一个参数即可

file_put_contents(filepath,data,FILE_APPEND);