GearmanClient::setTimeout

(PECL gearman >= 0.6.0)

GearmanClient::setTimeoutSet socket I/O activity timeout

Açıklama

publicGearmanClient::setTimeout(int$timeout): bool

Sets the timeout for socket I/O activity.

Bağımsız Değişkenler

timeout

An interval of time in milliseconds

Dönen Değerler

Always returns true.

To Top