PHP 8.3.4 Released!

GearmanClient::runTasks

(PECL gearman >= 0.5.0)

GearmanClient::runTasksExécute une liste de tâches en parallèle

Description

public GearmanClient::runTasks(): bool

Pour un jeu de tâches précédemment ajoutées avec les méthodes GearmanClient::addTask(), GearmanClient::addTaskHigh(), GearmanClient::addTaskLow(), GearmanClient::addTaskBackground(), GearmanClient::addTaskHighBackground(), ou GearmanClient::addTaskLowBackground(), cette méthode démarre l'exécution des tâches en parallèle.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Cette fonction retourne true en cas de succès ou false si une erreur survient.

Voir aussi

add a note

User Contributed Notes

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