php man page for inotify_read

Query: inotify_read

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

INOTIFY_READ(3) 							 1							   INOTIFY_READ(3)

inotify_read - Read events from an inotify instance

SYNOPSIS
array inotify_read (resource $inotify_instance)
DESCRIPTION
Read inotify events from an inotify instance.
PARAMETERS
o $inotify_instance - Resource returned by inotify_init(3)
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 fol- lowing keys: owd is a watch descriptor returned by inotify_add_watch(3) omask is a bit mask of events ocookie is a unique id to connect related events (e.g. IN_MOVE_FROM and IN_MOVE_TO) oname is the name of a file (e.g. if a file was modified in a watched directory)
SEE ALSO
inotify_init(3), stream_select(3), stream_set_blocking(3), inotify_queue_len(3). PHP Documentation Group INOTIFY_READ(3)
Related Man Pages
inotify_add_watch(2) - debian
inotify_add_watch(2) - hpux
inotify_add_watch(2) - x11r4
inotify_add_watch(2) - plan9
inotify_add_watch(2) - ultrix
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Please Welcome Nicki Paul to the Moderator Team!