GoLang fam_pending

request it (292)
GoLang replacement for PHP's fam_pending [edit | history]



Do you know a GoLang replacement for PHP's fam_pending? Write it!

PHP fam_pending

PHP original manual for fam_pending [ show | php.net ]

fam_pending

(PHP 5 < 5.1.0)

fam_pendingCheck for pending FAM events

Description

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()

Return Values

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

See Also