domains() - List of registered domain names
It is used to list the registered domain names, if not supported, this function may be deleted. It is called from the "controllers / import-tld.php” file in the module.
Retrieval Value;
Array
(
[0] => Array
(
[domain] => example2.com
[creation_date] => 2016-04-14
[end_date] => 2021-04-14
[order_id] => 0
[user_data] => Array
(
)
)
[1] => Array
(
[domain] => example.com
[creation_date] => 2019-07-20
[end_date] => 2020-07-20
[order_id] => 1234
[user_data] => Array
(
[id] => 5
[full_name] => John Doe
[company_name] => WISECP
)
)
)