parent root
PHP: GearmanClient::timeout - Manual

GearmanClient::timeout

(PECL gearman >= 0.6.0)

GearmanClient::timeoutGet current socket I/O activity timeout value

Description

public GearmanClient::timeout ( void ) : int

Returns the timeout in milliseconds to wait for I/O activity.

Parameters

This function has no parameters.

Return Values

Timeout in milliseconds to wait for I/O activity. A negative value means an infinite timeout.

See Also

add a noteadd a note

User Contributed Notes

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