PHP 8.1.28 Released!

inotify_rm_watch

(PECL inotify >= 0.1.2)

inotify_rm_watch移除 inotify 实例的监听

说明

inotify_rm_watch(resource $inotify_instance, int $watch_descriptor): bool

inotify_rm_watch() 移除 inotify_instance() 实例的 watch_descriptor 监听。

参数

inotify_instance

inotify_init()返回的资源

watch_descriptor

实例要移除的监听。

返回值

成功时返回 true, 或者在失败时返回 false

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top