GearmanTask::taskDenominator
PHP function
Edit on GitHub ✎
(PECL gearman >= 0.5.0)
Get completion percentage denominator
Description
GearmanTask::taskDenominator(): false|int
Returns the denominator of the percentage of the task that is complete expressed as a fraction.
Parameters Parameters
Return Values
A number between 0 and 100, or false if cannot be determined.
See Also
GearmanTask::taskNumerator