Query: fam_next_event
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FAM_NEXT_EVENT(3) 1 FAM_NEXT_EVENT(3) fam_next_event - Get next pending FAM eventSYNOPSISarray fam_next_event (resource $fam)DESCRIPTIONReturns the next pending FAM event. The function will block until an event is available which can be checked for using fam_pending(3).PARAMETERSo $fam - A resource representing a connection to the FAM service returned by fam_open(3)RETURN VALUESReturns an array that contains a FAM event code in the ' code' element, the path of the file this event applies to in the ' filename' ele- ment and optionally a hostname in the ' hostname' element. The possible event codes are described in detail in the constants part of this section.SEE ALSOfam_pending(3). PHP Documentation Group FAM_NEXT_EVENT(3)