CakeFest 2024: The Official CakePHP Conference

GearmanTask::create

(PECL gearman <= 0.5.0)

GearmanTask::createCreate a task (deprecated)

Descrição

public GearmanTask::create(): GearmanTask|false

Returns a new GearmanTask object.

Nota:

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

A GearmanTask oject ou false em caso de falha.

add a note

User Contributed Notes

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