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

search for in the

GearmanJob::complete> <GearmanClient::timeout
Last updated: Fri, 20 Nov 2009

view this page in

The GearmanJob class

Introduction

Description of the class.

Class synopsis

GearmanJob
GearmanJob {
/* Methods */
public boolean complete ( string $result )
__construct ( void )
public boolean data ( string $data )
public boolean exception ( string $exception )
public boolean fail ( void )
public string functionName ( void )
public string handle ( void )
public integer returnCode ( void )
public boolean sendComplete ( string $result )
public boolean sendData ( string $data )
public boolean sendException ( string $exception )
public boolean sendFail ( void )
public boolean sendStatus ( integer $numerator , integer $denominator )
public boolean sendWarning ( string $warning )
public boolean setReturn ( string $gearman_return_t )
public boolean status ( integer $numerator , integer $denominator )
public string unique ( void )
public boolean warning ( string $warning )
public string workload ( void )
public integer workloadSize ( void )
}

Table of Contents



add a note add a note User Contributed Notes
GearmanJob
There are no user contributed notes for this page.

GearmanJob::complete> <GearmanClient::timeout
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites