CakeFest 2024: The Official CakePHP Conference

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() は、 watch_descriptor がさす監視を inotify インスタンス inotify_instance から削除します。

パラメータ

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