Inotify 関数
PHP Manual

inotify_rm_watch

(No version information available, might be only in CVS)

inotify_rm_watchRemove an existing watch from an inotify instance

説明

bool inotify_rm_watch ( resource $inotify_instance , int $watch_descriptor )

inotify_rm_watch() removes the watch watch_descriptor from the inotify instance inotify_instance .

パラメータ

inotify_instance

inotify_init() が返すリソース

watch_descriptor

Watch to remove from the instance

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考


Inotify 関数
PHP Manual