Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
Inotify Functions
PHP Manual

inotify_read

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

inotify_readRead events from an inotify instance

Description

array inotify_read ( resource $inotify_instance )

Read inotify events from an inotify instance.

Parameters

inotify_instance

Resource returned by inotify_init()

Return Values

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:

See Also


Inotify Functions
PHP Manual