get_info() - Domain Name Information
It is used to fetch the domain name information.
Parameters;
- $params Provides the value of [options] index in the $order variable in the class.
Retrieval Value;
Array
(
[creation_time] => 2019-07-20
[end_time] => 2020-07-20
[ns1] => ns1.ownerexample.com
[ns2] => ns2.ownerexample.com
[ns3] => ns3.ownerexample.com
[ns4] => ns4.ownerexample.com
[cns] => Array
(
[1] => Array
(
[ns] => ns1.example.com
[ip] => 192.168.1.1
)
[2] => Array
(
[ns] => ns2.example.com
[ip] => 192.168.1.2
)
)
[whois] => Array
(
[registrant] => Array
(
[Name] => John Doe
[FirstName] => John
[LastName] => Doe
[Company] => WISECP
[AddressLine1] => sample sample test sample test
[AddressLine2] => test test
[ZipCode] => 0000
[State] => NY
[City] => New York
[Country] => US
[PhoneCountryCode] => 1
[Phone] => 2025550103
[FaxCountryCode] => 1
[Fax] => 2025550103
[EMail] => [email protected]
)
[administrative] => Array
(
[Name] => John Doe
[FirstName] => John
[LastName] => Doe
[Company] => WISECP
[AddressLine1] => sample sample test sample test
[AddressLine2] => test test
[ZipCode] => 0000
[State] => NY
[City] => New York
[Country] => US
[PhoneCountryCode] => 1
[Phone] => 2025550103
[FaxCountryCode] => 1
[Fax] => 2025550103
[EMail] => [email protected]
)
[technical] => Array
(
[Name] => John Doe
[FirstName] => John
[LastName] => Doe
[Company] => WISECP
[AddressLine1] => sample sample test sample test
[AddressLine2] => test test
[ZipCode] => 0000
[State] => NY
[City] => New York
[Country] => US
[PhoneCountryCode] => 1
[Phone] => 2025550103
[FaxCountryCode] => 1
[Fax] => 2025550103
[EMail] => [email protected]
)
[billing] => Array
(
[Name] => John Doe
[FirstName] => John
[LastName] => Doe
[Company] => WISECP
[AddressLine1] => sample sample test sample test
[AddressLine2] => test test
[ZipCode] => 0000
[State] => NY
[City] => New York
[Country] => US
[PhoneCountryCode] => 1
[Phone] => 2025550103
[FaxCountryCode] => 1
[Fax] => 2025550103
[EMail] => [email protected]
)
)
[whois_privacy] => Array
(
[status] => enable
[end_time] => 2020-07-20
)
[transferlock] => 1
)