GearmanClient::runTasks

(PECL gearman >= 0.5.0)

GearmanClient::runTasksRun a list of tasks in parallel

Descrierea

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.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Întoarce valoarea true în cazul succesului sau false în cazul eșecului.

A se vedea și

add a note add a note

User Contributed Notes

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