inotify_init()
inotify_init - Initialize an inotify instance
Syntax
resource inotify_init ()
Arguments
-
Description
Initialize an inotify instance for use with inotify_add_watch()
Version
PHP PECL inotify >= 0.1.2
Return value
A stream resource or FALSE on error.