GoLang GearmanWorker::echo

request it (259)
GoLang replacement for PHP's GearmanWorker::echo [edit | history]



Do you know a GoLang replacement for PHP's GearmanWorker::echo? Write it!

PHP GearmanWorker::echo

PHP original manual for GearmanWorker::echo [ show | php.net ]

GearmanWorker::echo

(PECL gearman >= 0.6.0)

GearmanWorker::echoTest job server response

Description

public bool GearmanWorker::echo ( string $workload )

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