Query: eventdnsbase
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EVENTDNSBASE(3) 1 EVENTDNSBASE(3) The EventDnsBase classINTRODUCTIONRepresents Libevent's DNS base structure. Used to resolve DNS asyncronously, parse configuration files like resolv.conf etc.CLASS SYNOPSISEventDnsBase final EventDnsBase Constants o const integer$EventDnsBase::OPTION_SEARCH1 o const integer$EventDnsBase::OPTION_NAMESERVERS2 o const integer$EventDnsBase::OPTION_MISC4 o const integer$EventDnsBase::OPTION_HOSTSFILE8 o const integer$EventDnsBase::OPTIONS_ALL15 Methods o public bool EventDnsBase::addNameserverIp (string $ip) o public void EventDnsBase::addSearch (string $domain) o public void EventDnsBase::clearSearch (void ) o public EventDnsBase::__construct (EventBase $base, bool $initialize) o public int EventDnsBase::countNameservers (void ) o public bool EventDnsBase::loadHosts (string $hosts) o public bool EventDnsBase::parseResolvConf (int $flags, string $filename) o public bool EventDnsBase::setOption (string $option, string $value) o public bool EventDnsBase::setSearchNdots (int $ndots)PREDEFINED CONSTANTSo EventDnsBase::OPTION_SEARCH - Tells to read the domain and search fields from the resolv.conf file and the ndots option, and use them to decide which domains(if any) to search for hostnames that aren't fully-qualified. o EventDnsBase::OPTION_NAMESERVERS - Tells to learn the nameservers from the resolv.conf file. o EventDnsBase::OPTION_MISC - o EventDnsBase::OPTION_HOSTSFILE - Tells to read a list of hosts from /etc/hosts as part of loading the resolv.conf file. o EventDnsBase::OPTIONS_ALL - Tells to learn as much as it can from the resolv.conf file. PHP Documentation Group EVENTDNSBASE(3)
Related Man Pages |
---|
eventbufferevent(3) - php |
reflectionmethod(3) - php |
solrgenericresponse(3) - php |
solrinputdocument(3) - php |
solrupdateresponse(3) - php |
Similar Topics in the Unix Linux Community |
---|
configuring network infomation |
Looking to learn and do not know where to start? |
Search directive in resolv.conf |
resolv.conf |
Could not resolve ip through DNS |