downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Mimetype> <inotify_read
Last updated: Fri, 13 Nov 2009

view this page in

inotify_rm_watch

(PECL inotify >= 0.1.2)

inotify_rm_watch既存の監視を inotify インスタンスから削除する

説明

bool inotify_rm_watch ( resource $inotify_instance , int $watch_descriptor )

inotify_rm_watch() は、 watch_descriptor がさす監視を inotify インスタンス inotify_instance から削除します。

パラメータ

inotify_instance

inotify_init() が返すリソース

watch_descriptor

インスタンスから削除したい監視。

返り値

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

参考



add a note add a note User Contributed Notes
inotify_rm_watch
There are no user contributed notes for this page.

Mimetype> <inotify_read
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites