Gearman
PHP Manual

The GearmanJob class

導入

Description of the class.

クラス概要

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

目次


Gearman
PHP Manual