(PECL inotify >= 0.1.2)
inotify_rm_watch — 從 inotify 實例移除現有的監控
$inotify_instance
$watch_descriptor
inotify_rm_watch() 從 inotify 實例 inotify_instance 中移除監控 watch_descriptor。
inotify_instance
watch_descriptor
inotify_init() 返回的資源
要從實例中移除的監控
成功時傳回 true,失敗時傳回 false。
true
false