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.
我的 webapp (PHP) 在 /tmp 文件夹中创建了一些临时文件 - 虽然创建工作正常,但删除却没有(我在这里使用了一个外部库,它创建了这些文件,但无法清理)。有没有为此目的的特定设置?
删除文件的 PHP 命令是 unlink:
http://www.php.net/manual/en/function.unlink.php
但您必须拥有操作系统权限才能删除文件。