PHP filemtime function - “stat failed for”

前端 未结 3 2009
遇见更好的自我
遇见更好的自我 2021-01-17 23:48

I have a problem with PHP filemtime function. In my webapp I use Smarty template engine with caching option. In my webapp I can do some actions which generate error, but let

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-18 00:21

    Use:

    Smarty::muteExpectedErrors();
    

    Read this and this

提交回复
热议问题