inotify_rm_watch

(PECL inotify >= 0.1.2)

inotify_rm_watchУдалить наблюдателя

Описание

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

inotify_rm_watch() удаляет наблюдателя watch_descriptor из экземпляра inotify inotify_instance.

Список параметров

inotify_instance

Ресурс, возвращаемый inotify_init()

watch_descriptor

Наблюдатель для удаления

Возвращаемые значения

Возвращает true в случае успешного завершения или false в случае возникновения ошибки.

Смотрите также

  • inotify_init() - Инициализирует экземпляр inotify

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top