PHP Conference Japan 2024

inotify_rm_watch

(PECL inotify >= 0.1.2)

inotify_rm_watch從 inotify 實例移除現有的監控

說明

inotify_rm_watch(資源 $inotify_instance, int $watch_descriptor): bool

inotify_rm_watch() 從 inotify 實例 inotify_instance 中移除監控 watch_descriptor

參數

inotify_instance

inotify_init() 返回的資源

watch_descriptor

要從實例中移除的監控

傳回值

成功時傳回 true,失敗時傳回 false

參見

新增筆記

使用者貢獻的筆記

此頁面沒有使用者貢獻的筆記。
To Top