Better PHP Documentation
opinionated
Open main menu
Get Started
Documentation
Community
Training
Better PHP Documentation
Close menu
Get Started
Documentation
Community
Training
Log in
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
The GearmanJob class
(PECL gearman >= 0.5.0)
EinfΓΌhrung
Klassenbeschreibung
class
GearmanJob
{
/* Methoden */
public
function
functionName
():
false
|
string
public
function
handle
():
false
|
string
public
function
returnCode
():
int
public
function
sendComplete
(
string
$result
):
bool
public
function
sendData
(
string
$data
):
bool
public
function
sendException
(
string
$exception
):
bool
public
function
sendFail
():
bool
public
function
sendStatus
(
int
$numerator
,
int
$denominator
):
bool
public
function
sendWarning
(
string
$warning
):
bool
public
function
setReturn
(
int
$gearman_return_t
):
bool
public
function
unique
():
false
|
string
public
function
workload
():
string
public
function
workloadSize
():
int
}
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
Found A Problem?
Learn How To Improve This Page
β’
Submit a Pull Request
β’
Report a Bug
οΌ
add a note
User Contributed Notes
There are no user contributed notes for this page.
0
pcntl_sigtimedwait
Waits for signals, with a timeout
0
similar_text
Calculate the similarity between two strings
0
boolval
Get the boolean value of a variable
0
curl_multi_close
Close a set of cURL handles
0
imap_body
Read the message body
0
mb_strpos
Find position of first occurrence of string in a string
0
pg_send_prepare
Sends a request to create a prepared statement with the given parameters, without waiting for completion
0
swoole_native_socket_bind
0
Arr::prependKeysWith
0
zend_version
Gets the version of the current Zend engine
^