Inotify Функции
PHP Manual

inotify_read

(PECL inotify >= 0.1.2)

inotify_readRead events from an inotify instance

Описание

array inotify_read ( resource $inotify_instance )

Read inotify events from an inotify instance.

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

inotify_instance

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

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

An array of inotify events or FALSE if no events was pending and inotify_instance is non-blocking. Each event is an array with the following keys:

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


Inotify Функции
PHP Manual