update : 2015.11.03
php.shukuma.com

검색:
 
 
Send status (deprecated)

GearmanJob::status

(PECL gearman <= 0.5.0)

GearmanJob::statusSend status (deprecated)

설명

public bool GearmanJob::status ( int $numerator , int $denominator )

Sends status information to the job server and any listening clients. Use this to specify what percentage of the job has been completed.

Note:

This method has been replaced by GearmanJob::sendStatus() in the 0.6.0 release of the Gearman extenstion.

인수

numerator

The numerator of the precentage completed expressed as a fraction.

denominator

The denominator of the precentage completed expressed as a fraction.

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

참고