inotify_add_watchAdd a watch to an initialized inotify instance Description
intfalse inotify_add_watch(resource
$inotify_instance , string $pathname , int $mask )
inotify_add_watch adds a new watch or modify an
existing watch for the file or directory specified in
Using inotify_add_watch on a watched object replaces
the existing watch. Using the Parameters
Return Values
The return value is a unique (inotify instance wide) watch descriptor,
or See Also
|