私はこの簡単なコードを持っています:
<?php
$myFile ='test.txt';
$myContent ='Some text';
file_put_contents($myFile, utf8_encode($myContent));
?>
test.txt ファイルの場所は次のとおりです。
/srv/www/htdocs/didebansnort
このphpコードをブラウザで書いたページ:
http://localhost/didebansnort/testdl.php
コードが機能していないため、文字列が書き込まれません
結果:プロパティで権限を設定するだけでは十分ではありませんでした