inotify_rm_watch 함수

(PECL inotify >= 0.1.2)

inotify_rm_watch - inotify 인스턴스에서 기존 시계 제거


설명

inotify_rm_watch(resource $inotify_instance, int $watch_descriptor): bool

inotify_rm_watch()는 inotify 인스턴스 inotify_instance에서 watch watch_descriptor를 제거합니다.


매개변수

inotify_instance
inotify_init()에 의해 반환된 리소스
watch_descriptor
인스턴스에서 제거하기

반환 값

성공하면 true를, 실패하면 false를 반환합니다.


기타