PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

fam_cancel_monitor

(PHP 5 < 5.1.0)

fam_cancel_monitorTerminate monitoring

说明

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

Terminates monitoring on a resource.

In addition an FAMAcknowledge event occurs.

参数

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

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE

参见