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

search for in the

GearmanClient::doHighBackground> <GearmanClient::doBackground
[edit] Last updated: Fri, 24 May 2013

view this page in

GearmanClient::doHigh

(PECL gearman >= 0.5.0)

GearmanClient::doHighEjecuta una tarea de prioridad alta

Descripción

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

Ejecuta una tarea de prioridad alta y retorna un string con el resultado. Depende de GearmanClient y GearmanWorker aceptar el formato del resultado Las tareas de alta prioridad se ejecutan antes que las de prioridad normal o baja 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::doHigh - [0 notes]
There are no user contributed notes for this page.

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