The GearmanJob class

Introduction

Class synopsis

GearmanJob
/* Methods */
public falsestring functionName()
public falsestring handle()
public int returnCode()
public bool sendComplete(string $result)
public bool sendData(string $data)
public bool sendException(string $exception)
public bool sendFail()
public bool sendStatus(int $numerator, int $denominator)
public bool sendWarning(string $warning)
public bool setReturn(int $gearman_return_t)
public falsestring unique()
public string workload()
public int workloadSize()
Table of Contents