PHP 8.4.1 Released!

GearmanWorker::echo

(PECL gearman >= 0.6.0)

GearmanWorker::echoTest job server response

说明

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.

参数

workload

Arbitrary serialized data

返回值

Standard Gearman return value.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top