inotify_add_watch
(PECL inotify >= 0.1.2)
inotify_add_watch — Add a watch to an initialized inotify instance
Описание
int inotify_add_watch
( resource $inotify_instance
, string $pathname
, int $mask
)
Using inotify_add_watch() on a watched object replaces
the existing watch. Using the IN_MASK_ADD constant
adds (OR) events to the existing watch.
Возвращаемые значения
The return value is a unique (inotify instance wide) watch descriptor.