Свойство | Type | Description | |
---|---|---|---|
$class | Classes [code => "class"] | ||
$hosts | Hosts file parsed [hostname => [addr, ...], ...] | ||
$nameServers | resolve.conf file parsed | ||
$preloading | Preloading ComplexJob | ||
$resolveCache | Resolve cache | ||
$type | Record Types [code => "name", ...] |
Méthode | Description | |
---|---|---|
applyConfig ( ) : void | Applies config | |
get ( string $hostname, callable $cb, boolean $noncache = false, array $nameServers = [], string $proto = 'udp' ) : void | Gets the host information | |
resolve ( string $hostname, callable $cb, boolean $noncache = false, array $nameServers = [] ) : void | Resolves the host |
Méthode | Description | |
---|---|---|
getConfigDefaults ( ) : array | Setting default config options Overriden from NetworkClient::getConfigDefaults | |
init ( ) | Constructor |
protected getConfigDefaults ( ) : array | ||
Résultat | array |