fam_suspend_monitor

(PHP 5 <= 5.0.5)
Temporarily suspend monitoring
bool fam_suspend_monitor ( resource $fam, resource $fam_monitor )

fam_suspend_monitor() temporarily suspend monitoring of a resource.

Monitoring can later be continued using fam_resume_monitor() without the need of requesting a complete new monitor.

Parameters:
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

Returns:

Returns TRUE on success or FALSE on failure.

See also:

fam_cancel_monitor() -

fam_resume_monitor() -

doc_php
2016-02-24 16:08:38
Comments
Leave a Comment

Please login to continue.