Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 255 Bytes

domainGenAuthCode.md

File metadata and controls

11 lines (11 loc) · 255 Bytes
$api->domainGenAuthCode('example.com');
// Result:
array (2) [
    'invalidnameservers' => array (2) [
        0 => string (16) "ns1.nameisp.info"
        1 => string (16) "ns2.nameisp.info"
    ]
    'authcode' => string (12) "wI3Zk@]%|?Ru"
]