Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

PHP Inotify rm_watch() Function



inotify_rm_watch() function can remove an existing watch from an inotify instance.

Syntax

bool inotify_rm_watch( resource $inotify_instance , int $watch_descriptor )

inotify_rm_watch() function can remove the watch watch_descriptor from an inotify instance inotify_instance.

inotify_rm_watch() function can return true on success, or false on failure.

php_function_reference.htm
Advertisements