Query: fam_suspend_monitor
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FAM_SUSPEND_MONITOR(3) 1 FAM_SUSPEND_MONITOR(3) fam_suspend_monitor - Temporarily suspend monitoringSYNOPSISbool fam_suspend_monitor (resource $fam, resource $fam_monitor)DESCRIPTIONfam_suspend_monitor(3) temporarily suspend monitoring of a resource. Monitoring can later be continued using fam_resume_monitor(3) without the need of requesting a complete new monitor.PARAMETERSo $fam - A resource representing a connection to the FAM service returned by fam_open(3) o $fam_monitor - A resource returned by one of the fam_monitor_XXX functionsRETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOfam_cancel_monitor(3), fam_resume_monitor(3). PHP Documentation Group FAM_SUSPEND_MONITOR(3)