EventDnsBase::__construct
(PECL event >= 1.2.6-beta)
EventDnsBase::__construct — Constructs EventDnsBase object
説明
Constructs EventDnsBase object.
パラメータ
-
base -
Event base.
-
initialize -
If the
initializeargument isTRUE, it tries to configure the DNS base sensibly given your operating system’s default. Otherwise, it leaves the event DNS base empty, with no nameservers or options configured. In the latter case DNS base should be configured manually, e.g. with EventDnsBase::parseResolvConf() .
返り値
Returns EventDnsBase object.