PHP 8.3.4 Released!

GearmanClient::runTasks

(PECL gearman >= 0.5.0)

GearmanClient::runTasksRun a list of tasks in parallel

Descrição

public GearmanClient::runTasks(): bool

For a set of tasks previously added with GearmanClient::addTask(), GearmanClient::addTaskHigh(), GearmanClient::addTaskLow(), GearmanClient::addTaskBackground(), GearmanClient::addTaskHighBackground(), or GearmanClient::addTaskLowBackground(), this call starts running the tasks in parallel.

Parâmetros

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

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Veja Também

add a note

User Contributed Notes

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