parent root
PHP: GearmanWorker::echo - Manual

GearmanWorker::echo

(PECL gearman >= 0.6.0)

GearmanWorker::echoTest job server response

Description

public GearmanWorker::echo ( string $workload ) : bool

Sends data to all job servers to see if they echo it back. This is a test function to see if job servers are responding properly.

Parameters

workload

Arbitrary serialized data

Return Values

Standard Gearman return value.

See Also

add a noteadd a note

User Contributed Notes

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