【问题标题】:How to delete ttf file using php?如何使用php删除ttf文件?
【发布时间】:2013-11-25 18:28:05
【问题描述】:

我在删除插件时遇到问题...我正在使用的 ttf(true-type-fonts) 文件,在我卸载插件时不会删除..我尝试了很多方法来删除它,但没有任何效果..卸载插件时出现此错误:

Plugin could not be deleted due to an error: Could not fully remove the plugin(s) captcha/install-captcha.php.

当我从文件夹中删除此文件时,我收到错误消息“操作无法完成,因为该文件在 httpd.exe 中打开”

请提出一些建议,我怎样才能删除它...

【问题讨论】:

    标签: php wordpress truetype


    【解决方案1】:

    按照这些步骤操作。

    • Ctrl+Shift+Esc 打开您的任务管理器。
    • 单击“进程”选项卡并搜索httpd.exe,然后单击结束进程按钮并重试。

    【讨论】:

    • 有没有办法使用php删除文件?
    • 您应该使用unlink()。只需使用unlink('yourfile.ttf');
    • 你为什么要通过 PHP 删除?
    • m 在我的验证码插件中使用这个文件,所以我希望当我卸载插件时这个文件会被删除...
    • You cannot delete the file because you are currently using it.
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-06-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-02-23
    • 2019-04-12
    相关资源
    最近更新 更多