GearmanClient::removeOptions

(PECL gearman >= 0.6.0)

GearmanClient::removeOptionsRemove client options

Description

public GearmanClient::removeOptions(int $options): bool

Removes (unsets) one or more options.

Parameters

options

The options to be removed (unset)

Return Values

Always returns true.

add a note

User Contributed Notes

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