fam_pending

(PHP 5 <= 5.0.5)

fam_pendingCheck for pending FAM events

설명

int fam_pending ( resource $fam )

Checks for pending FAM events.

인수

fam

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

반환값

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

참고

add a note add a note

User Contributed Notes

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