fam_cancel_monitor

(PHP 5 < 5.1.0)

fam_cancel_monitorTerminate monitoring

Opis

fam_cancel_monitor ( resource $fam , resource $fam_monitor ) : bool

Terminates monitoring on a resource.

In addition an FAMAcknowledge event occurs.

Parametry

fam

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

fam_monitor

A resource returned by one of the fam_monitor_XXX functions

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Zobacz też:

add a note add a note

User Contributed Notes

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