标签: php file-put-contents
我正在尝试保存这样的文件:
echo file_put_contents("/tmp/foo.txt","Hello World. Testing!");
但是未创建文件/tmp/foo.txt。
/tmp/foo.txt
我正在使用Ubuntu18。我的代码位于/var/www/html/index.php,我正在请求localhost/index.php。
/var/www/html/index.php
localhost/index.php