Manuel PHP
inotify_rm_watch
(No version information available, might be only in CVS)
inotify_rm_watch — Remove an existing watch from an inotify instance
Description
bool inotify_rm_watch
( resource $inotify_instance
, int $watch_descriptor
)
inotify_rm_watch() removes the watch watch_descriptor from the inotify instance inotify_instance .
Liste de paramètres
- inotify_instance
-
Resource returnée par inotify_init()
- watch_descriptor
-
Watch to remove from the instance
Valeurs de retour
Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.
Remonter 
