GearmanClient::wait
PHP Manual
PHP Manual»GearmanClient»GearmanClient::wait

GearmanClient::wait

(PECL gearman >= 0.6.0)

GearmanClient::waitWait for I/O activity on all connections in a client

Description

public function GearmanClient::wait(): bool

This waits for activity from any one of the connected servers.

Parameters

This function has no parameters.

Return Values

true on success false on an error.

See Also

To Top