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
La clase GearmanJob
(PECL gearman >= 0.5.0)
Introducción
Sinopsis de la Clase
class
GearmanJob
{
/* Métodos */
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
}
Tabla de contenidos
GearmanJob::complete
— Envía el resultado y el estado completo (obsoleto)
GearmanJob::__construct
— Crea una instancia de GearmanJob
GearmanJob::data
— Envía datos para un trabajo en ejecución (obsoleto)
GearmanJob::exception
— Envía una excepción para un trabajo en ejecución (obsoleto)
GearmanJob::fail
— Envía el estado de fallo (obsoleto)
GearmanJob::functionName
— Obtiene el nombre de la función
GearmanJob::handle
— Obtiene el manejador de trabajos
GearmanJob::returnCode
— Obtiene el último código devuelto
GearmanJob::sendComplete
— Envía el resultado junto con el estado completo
GearmanJob::sendData
— Envía los datos para un trabajo en ejecución
GearmanJob::sendException
— Envía una excepción para un trabajo en ejecución
GearmanJob::sendFail
— Envía un estado de fallo
GearmanJob::sendStatus
— Envía un estado
GearmanJob::sendWarning
— Envía una alerta
GearmanJob::setReturn
— Define un valor de retorno
GearmanJob::status
— Envía el estado (obsoleto)
GearmanJob::unique
— Obtiene el identificador único
GearmanJob::warning
— Envía un aviso (obsoleto)
GearmanJob::workload
— Obtiene la carga de trabajo
GearmanJob::workloadSize
— Obtiene el tamaño de la carga de trabajo
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
^