StatusCode Property
The success or error code for the DNS query.
Object Oriented Interface
public function getStatusCode();
Procedural Interface
ipworks_dns_get($res, 20 );
Default Value
0
Remarks
This property contains the success or error code for the DNS query. For a list of valid error codes and their descriptions, please refer to the Error Messages section.
This property is read-only and not available at design time.
Data Type
Integer