CakeFest 2024: The Official CakePHP Conference

GearmanTask::create

(PECL gearman <= 0.5.0)

GearmanTask::createCreate a task (deprecated)

説明

public GearmanTask::create(): GearmanTask|false

Returns a new GearmanTask object.

注意:

This method was removed in the 0.6.0 version of the Gearman extension.

パラメータ

この関数にはパラメータはありません。

戻り値

A GearmanTask oject失敗した場合に false を返します.

add a note

User Contributed Notes

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