The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.
IN_ACCESS
(int)
IN_MODIFY
(int)
IN_ATTRIB
(int)
IN_CLOSE_WRITE
(int)
IN_CLOSE_NOWRITE
(int)
IN_OPEN
(int)
IN_MOVED_TO
(int)
IN_MOVED_FROM
(int)
IN_CREATE
(int)
IN_DELETE
(int)
IN_DELETE_SELF
(int)
IN_MOVE_SELF
(int)
IN_CLOSE
(int)
IN_MOVE
(int)
IN_ALL_EVENTS
(int)
IN_UNMOUNT
(int)
IN_Q_OVERFLOW
(int)
IN_IGNORED
(int)
IN_ISDIR
(int)
IN_ONLYDIR
(int)
IN_DONT_FOLLOW
(int)
IN_MASK_ADD
(int)
IN_ONESHOT
(int)
Note: The events marked with an asterisk (*) above can occur for files in watched directories.