——第五天——
file_put_contents() 这个函数作用是把一个字符串写入文件中
如果文件不存在,将创建一个文件
file_put_contents("sites.txt","写入的文本内容");//site.txt是写入文本的地址
?>