fam_pending

(PHP 5 < 5.1.0)

fam_pendingCheck for pending FAM events

Opis

fam_pending ( resource $fam ) : int

Checks for pending FAM events.

Parametry

fam

A resource representing a connection to the FAM service returned by fam_open()

Zwracane wartości

Returns non-zero if events are available to be fetched using fam_next_event(), zero otherwise.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top