Description
This function indicates whether the account's domains resolve exclusively to this server.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
domain |
string |
Required The domain to check. Note: To check multiple domains, duplicate or increment the parameter name. For example, to check three domains, use the domain parameter multiple times or use the domain-1, domain-2, and domain-3 parameters. |
A valid string. |
example1.com |
Returns
Return |
Type |
Description |
Possible values |
Example |
data |
array of strings |
The results from each domain parameter's DNS query. Note: The function returns the results from the domains in the same order that you called them. |
|
The domain resolves to Mars. Beep beep beep. |