downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

GearmanClient::doLowBackground> <GearmanClient::doJobHandle
[edit] Last updated: Fri, 17 May 2013

view this page in

GearmanClient::doLow

(PECL gearman >= 0.5.0)

GearmanClient::doLowEjecuta una tarea de baja prioridad

Descripción

public string GearmanClient::doLow ( string $function_name , string $workload [, string $unique ] )

Ejecuta una tarea de baja prioridad y retorna un string con el resultado. Depende de GearmanClient y GearmanWorker aceptar el formato del resultado. Las tareas de prioridad normal o algo tienen preferencia sobre las de baja prioridad en la cola de trabajos.

Parámetros

function_name

Función registrada que ejecutará el worker

workload

Datos serializados a ser procesados

unique

ID único para identificar una tarea en particular

Valores devueltos

Un string representando el resultado de la tarea en ejecución.

Ver también



add a note add a note User Contributed Notes GearmanClient::doLow - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites