DefaultServer Property
The default server from which to retrieve registrar information.
Object Oriented Interface
public function getDefaultServer(); public function setDefaultServer($value);
Procedural Interface
ipworks_whois_get($res, 1 ); ipworks_whois_set($res, 1, $value );
Default Value
'whois.internic.net'
Remarks
If Server is empty, then the class will attempt to connect to DefaultServer and determine the WHOIS server of the registrar of the domain. The Server property will then be set to the name of the WHOIS server of the registrar, and a WHOIS request will be issued against that server.
The default value for DefaultServer is "whois.internic.net".
Data Type
String