GearmanClient::setTimeout

(PECL gearman >= 0.6.0)

GearmanClient::setTimeoutSet socket I/O activity timeout

Description

public GearmanClient::setTimeout(int $timeout): bool

Sets the timeout for socket I/O activity.

Parameters

timeout

An interval of time in milliseconds

Return Values

Always returns true.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top