PHP 7.0.6 Released

GearmanWorker::addOptions

(PECL gearman >= 0.6.0)

GearmanWorker::addOptionsAdd worker options

Description

public bool GearmanWorker::addOptions ( int $option )

Adds one or more options to the options previously set.

Parameters

option

The options to be added

Return Values

Always returns TRUE.

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top