EventDnsBase::setOption

Set the value of a configuration option

Description

public bool EventDnsBase::setOption ( string $option , string $value )

Set the value of a configuration option.

Parameters

option

The currently available configuration options are: "ndots" , "timeout" , "max-timeouts" , "max-inflight" , and "attempts" .

value

Option value.

Return Values

Returns TRUE on success. Otherwise FALSE.