(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