프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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", ...] |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
getConfigDefaults ( ) : array | Setting default config options Overriden from NetworkClient::getConfigDefaults | |
init ( ) | Constructor |
protected getConfigDefaults ( ) : array | ||
리턴 | array |