Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルを使用しfopen('filename.php', 'w+')てファイルを作成すると、正常に作成されますが、PHPまたはFTPで削除しようとしても、後でこのファイルを削除できません。
fopen('filename.php', 'w+')
注: 作成されたファイルの所有者\グループは '99' (無人) です。