update : 2015.11.03
php.shukuma.com

검색:
 
 
Remove an existing watch from an inotify instance

inotify_rm_watch

(PECL inotify >= 0.1.2)

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를 반환합니다.

참고