Php/docs/gearmanworker.timeout

来自菜鸟教程
跳转至:导航、​搜索

GearmanWorker::timeout

(PECL gearman >= 0.6.0)

GearmanWorker::timeoutGet socket I/O activity timeout


说明

public GearmanWorker::timeout ( ) : int

Returns the current time to wait, in milliseconds, for socket I/O activity.


参数

此函数没有参数。


返回值

A time period is milliseconds. A negative value indicates an infinite timeout.


参见