parent root
PHP: GearmanWorker::removeOptions - Manual

GearmanWorker::removeOptions

(PECL gearman >= 0.6.0)

GearmanWorker::removeOptionsRemove worker options

Description

public GearmanWorker::removeOptions ( int $option ) : bool

Removes (unsets) one or more worker options.

Parameters

option

The options to be removed (unset)

Return Values

Always returns TRUE.

See Also

add a noteadd a note

User Contributed Notes

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