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