(PHP 5 <= 5.0.5)
Check for pending FAM events
int fam_pending ( resource $fam )
Checks for pending FAM events.
Parameters:
fam
A resource representing a connection to the FAM service returned by fam_open()
Returns:
Returns non-zero if events are available to be fetched using fam_next_event(), zero otherwise.
See also:
Please login to continue.