inotify_add_watch

(PECL inotify >= 0.1.2)

inotify_add_watchAdd a watch to an initialized inotify instance

Описание

int inotify_add_watch ( resource $inotify_instance , string $pathname , int $mask )

inotify_add_watch() adds a new watch or modify an existing watch for the file or directory specified in pathname.

Using inotify_add_watch() on a watched object replaces the existing watch. Using the IN_MASK_ADD constant adds (OR) events to the existing watch.

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

inotify_instance

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

pathname

File or directory to watch

mask

Events to watch for. See Предопределенные константы.

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

The return value is a unique (inotify instance wide) watch descriptor.

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

Коментарии

Автор:
inotify_add_watch
returns false when you watch a non existing directory.
2014-12-05 18:33:16
http://php5.kiev.ua/manual/ru/function.inotify-add-watch.html
For an example see inotify_ini: http://php.net/inotify-init
2017-07-03 16:53:49
http://php5.kiev.ua/manual/ru/function.inotify-add-watch.html

    Поддержать сайт на родительском проекте КГБ