Gearman
PHP Manual

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 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


Gearman
PHP Manual