Inotify 関数
PHP Manual

inotify_read

(No version information available, might be only in CVS)

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