| inotify_add_watchAdd a watch to an initialized inotify instance Description
   int 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 ValuesThe return value is a unique (inotify instance wide) watch descriptor. See Also
 
 |