inotify_rm_watch
(PECL inotify >= 0.1.2)
inotify_rm_watch — Remove 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 .
반환값
성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.
inotify_rm_watch
There are no user contributed notes for this page.
