PHP 8.3.4 Released!

GearmanTask::create

(PECL gearman <= 0.5.0)

GearmanTask::createCreate a task (deprecated)

Description

public GearmanTask::create(): GearmanTask|false

Returns a new GearmanTask object.

Note:

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

Parameters

This function has no parameters.

Return Values

A GearmanTask oject or false on failure.

add a note

User Contributed Notes

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