use*_*417 3 php file fwrite
我的代码是
<?php $fp = fopen('test.txt', "a+"); fwrite($fp, 'Cats chase mice'); fclose($fp); ?>
但 test.txt 仍然是空的。我没有看到任何错误,我不明白为什么它不写。
And*_*dén 5
在控制台中写这个
chmod a+w test.txt
归档时间:
11 年,9 月 前
查看次数:
7293 次
最近记录: