Folder monitoring and event triggering according to folder status in php
问题 There is a folder in which xml files are beeing copied at no particular time, when an event is happening. I want a php way to inspect the folder's status and when an xml file arrives, an event will be triggered.(ex.call to the xml parser). So which is the best way (in php) to monitor a folder and trigger events according to it's status? Thanx! 回答1: Haven't tried it, but maybe Inotify can help you: inotify is a Linux kernel subsystem that acts to extend filesystems to notice changes to the