file_put_contents():向文件中写入内容

时间:2026-02-14 19:14:39

1、新建php文件

file_put_contents():向文件中写入内容

2、声明要写入内容的文件

file_put_contents():向文件中写入内容

3、file_put_contents():向文件中写入内容

file_put_contents():向文件中写入内容

4、原文件的内容调驼

file_put_contents():向文件中写入内容

5、刷新页面文件的内容变为写入的内容

file_put_contents():向文件中写入内容

6、file_put_contents():再次向文件中写入内容

file_put_contents():向文件中写入内容

7、刷新页面文杰之件的内容变为刚写入的内容,由此可见之后的内容覆盖之前写入发内容

附上源码

<?php

header('content-type:text/html;charset=utf-8');

//file_put_contents():向文件中写入内容

$filename='./2.txt'仗各沫;

file_put_contents($filename,'this is a tree');

file_put_contents($filename,'bbbbbbbbbbbb');

file_put_contents():向文件中写入内容

© 2026 一点资料
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com