EventDnsBase::addNameserverIp
(PECL event >= 1.2.6-beta)
EventDnsBase::addNameserverIp — Adds a nameserver to the DNS base
Description
public
bool
EventDnsBase::addNameserverIp
(
string
$ip
)Adds a nameserver to the evdns_base.
Parameters
-
ip
-
The nameserver string, either as an IPv4 address, an IPv6 address, an IPv4 address with a port ( IPv4:Port ), or an IPv6 address with a port ( [IPv6]:Port ).
Return Values
Returns TRUE
on success. Otherwise FALSE
.
- Функция EventDnsBase::addNameserverIp() - Adds a nameserver to the DNS base
- Функция EventDnsBase::addSearch() - Adds a domain to the list of search domains
- Функция EventDnsBase::clearSearch() - Removes all current search suffixes
- Функция EventDnsBase::__construct() - Constructs EventDnsBase object
- Функция EventDnsBase::countNameservers() - Gets the number of configured nameservers
- Функция EventDnsBase::loadHosts() - Loads a hosts file (in the same format as /etc/hosts) from hosts file
- Функция EventDnsBase::parseResolvConf() - Scans the resolv.conf-formatted file
- Функция EventDnsBase::setOption() - Set the value of a configuration option
- Функция EventDnsBase::setSearchNdots() - Set the 'ndots' parameter for searches
Коментарии
404 Not Found