php8.5
Home/ Manual/ gearman / gearmanclient/ GearmanClient::runTasks

GearmanClient::runTasks

PHP function Edit on GitHub ✎

(PECL gearman >= 0.5.0)

Run a list of tasks in parallel

Description

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.

Parameters Parameters

Return Values

Success

See Also

  • GearmanClient::addTask

Source: reference/gearman/gearmanclient/runtasks.xml · from the official PHP manual (php/doc-en)