Query: inotify_rm_watch
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INOTIFY_RM_WATCH(3) 1 INOTIFY_RM_WATCH(3) inotify_rm_watch - Remove an existing watch from an inotify instanceSYNOPSISbool inotify_rm_watch (resource $inotify_instance, int $watch_descriptor)DESCRIPTIONinotify_rm_watch(3) removes the watch $watch_descriptor from the inotify instance $inotify_instance.PARAMETERSo $inotify_instance - Resource returned by inotify_init(3) o $watch_descriptor - Watch to remove from the instanceRETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOinotify_init(3). PHP Documentation Group INOTIFY_RM_WATCH(3)