(PECL inotify >= 0.1.2)
inotify_rm_watch — Remove an existing watch from an inotify instance
inotify_rm_watch() removes the watch watch_descriptor from the inotify instance inotify_instance .
inotify_init()가 반환하는 리소스.
Watch to remove from the instance
성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.