gpt4 book ai didi

php - 在 PHP 中,为什么不写入 test.txt?

转载 作者:行者123 更新时间:2023-12-02 07:32:43 25 4
gpt4 key购买 nike

我的代码是

<?php
$fp = fopen('test.txt', "a+");
fwrite($fp, 'Cats chase mice');
fclose($fp);
?>

但 test.txt 仍然是空的。我没有看到任何错误,我不明白为什么它不写。

最佳答案

在控制台中写入

chmod a+w test.txt 

关于php - 在 PHP 中,为什么不写入 test.txt?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20307319/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com