Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 246 Bytes

createDomainRegistration.md

File metadata and controls

12 lines (12 loc) · 246 Bytes
$api->createDomainRegistration('example.com', 1, 1233512, null, null);
// Result
array (2) [
    'requestID' => array (1) [
        0 => string (6) "737254"
    ]
    'orderID' => array (1) [
        0 => string (8) "O1528616"
    ]
]