PHP Doku:: The GearmanJob class - class.gearmanjob.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The GearmanJob class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Sonstige Dienste
≥
Gearman
≥
The GearmanJob class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Gearman
<<
GearmanClient::timeout
GearmanJob::complete
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Sonstige Dienste
∧
Gearman
The GearmanClient class
The GearmanJob class
The GearmanTask class
The GearmanWorker class
Vordefinierte Konstanten
Beispiele
Installation/Konfiguration
Einführung
UnterSeiten:
∨
GearmanJob::complete
∨
GearmanJob::__construct
∨
GearmanJob::data
∨
GearmanJob::exception
∨
GearmanJob::fail
∨
GearmanJob::functionName
∨
GearmanJob::handle
∨
GearmanJob::returnCode
∨
GearmanJob::sendComplete
∨
GearmanJob::sendData
∨
GearmanJob::sendException
∨
GearmanJob::sendFail
∨
GearmanJob::sendStatus
∨
GearmanJob::sendWarning
∨
GearmanJob::setReturn
∨
GearmanJob::status
∨
GearmanJob::unique
∨
GearmanJob::warning
∨
GearmanJob::workload
∨
GearmanJob::workloadSize
The GearmanJob class
Einführung
Description of the class.
Klassenbeschreibung
GearmanJob
{
/* Methoden */
public
bool
complete
(
string
$result
)
__construct
(
void
)
public
bool
data
(
string
$data
)
public
bool
exception
(
string
$exception
)
public
bool
fail
(
void
)
public
string
functionName
(
void
)
public
string
handle
(
void
)
public
int
returnCode
(
void
)
public
bool
sendComplete
(
string
$result
)
public
bool
sendData
(
string
$data
)
public
bool
sendException
(
string
$exception
)
public
bool
sendFail
(
void
)
public
bool
sendStatus
(
int
$numerator
,
int
$denominator
)
public
bool
sendWarning
(
string
$warning
)
public
bool
setReturn
(
string
$gearman_return_t
)
public
bool
status
(
int
$numerator
,
int
$denominator
)
public
string
unique
(
void
)
public
bool
warning
(
string
$warning
)
public
string
workload
(
void
)
public
int
workloadSize
(
void
)
}
Inhaltsverzeichnis
GearmanJob::complete
— Send the result and complete status (deprecated)
GearmanJob::__construct
— Create a GearmanJob instance
GearmanJob::data
— Send data for a running job (deprecated)
GearmanJob::exception
— Send exception for running job (deprecated)
GearmanJob::fail
— Send fail status (deprecated)
GearmanJob::functionName
— Get function name
GearmanJob::handle
— Get the job handle
GearmanJob::returnCode
— Get last return code
GearmanJob::sendComplete
— Send the result and complete status
GearmanJob::sendData
— Send data for a running job
GearmanJob::sendException
— Send exception for running job (exception)
GearmanJob::sendFail
— Send fail status
GearmanJob::sendStatus
— Send status
GearmanJob::sendWarning
— Send a warning
GearmanJob::setReturn
— Set a return value
GearmanJob::status
— Send status (deprecated)
GearmanJob::unique
— Get the unique identifier
GearmanJob::warning
— Send a warning (deprecated)
GearmanJob::workload
— Get workload
GearmanJob::workloadSize
— Get size of work load
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...