CakeFest 2024: The Official CakePHP Conference

GearmanTask::sendWorkload

(PECL gearman >= 0.6.0)

GearmanTask::sendWorkloadSend data for a task

説明

public GearmanTask::sendWorkload(string $data): int|false

警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。

パラメータ

data

Data to send to the worker.

戻り値

The length of data sent, or false if the send failed.

参考

add a note

User Contributed Notes

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