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.
我试图检测特定文件何时被修改,而无需轮询文件内容以查找更改。
服务器运行 Mac OS X,因此inotify不可用。我的服务器允许使用exec().
inotify
exec()
我怎样才能做到这一点?
检查filemtime(). 您可以经常轮询它,这比在文件本身中查找更改要容易得多。
filemtime()