GearmanWorker::echo

Test job server response

説明

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.

パラメータ

workload

Arbitrary serialized data

戻り値

Standard Gearman return value.

参考

  • GearmanClient::echo