inotify_rm_watch

(PECL inotify >= 0.1.2)

inotify_rm_watch从 inotify 实例中删除现有的监视

描述

inotify_rm_watch(资源 $inotify_instance, 整型 $watch_descriptor): 布尔型

inotify_rm_watch() 从 inotify 实例 inotify_instance 中删除监视 watch_descriptor

参数

inotify_instance

inotify_init() 返回的资源

watch_descriptor

要从实例中删除的监视

返回值

成功时返回 true,失败时返回 false

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top