0
我m在删除我的插件时遇到问题...即时通讯使用的ttf(true-type-fonts)文件,当我卸载插件时不会删除..我尝试了很多东西删除它,但没有任何工作..我得到这个错误,当我卸载插件:如何使用php删除ttf文件?
Plugin could not be deleted due to an error: Could not fully remove the plugin(s) captcha/install-captcha.php.
当我删除文件夹IM此文件中获取错误“的操作无法完成,因为文件是httpd.exe开放”
请建议的东西,我怎么能删除它...
有没有办法使用php删除文件? –
你应该使用'unlink()'。只需使用'unlink('yourfile.ttf');' –
我已经试过这个功能,但它不适合我... –