Reformatted

This commit is contained in:
David Saez 2018-05-04 13:46:34 +02:00
parent 91907e8872
commit 94db36f015

View file

@ -181,6 +181,7 @@ handlers, those functions are stored on the following files:
contains code to parse whois outputs in RPSL format, like this one.
You could take a look at whois.at.php to see how you could use it:
<<pre>
domain: nic.at
registrant: NAIV1117337-NICAT
admin-c: NAR567002-NICAT
@ -238,12 +239,14 @@ handlers, those functions are stored on the following files:
nic-hdl: GW502425-NICAT
changed: 20001205 14:06:15
source: AT-DOM
</pre>
- generic_parser_b:
contains code to parse whois outputs like this one, you could
take a look at whois.neulevel.php to see how you could use it:
<pre>
Domain Name: NIC.BIZ
Domain ID: D714-BIZ
Sponsoring Registrar: REGISTRY REGISTRAR
@ -310,12 +313,14 @@ handlers, those functions are stored on the following files:
Domain Registration Date: Wed Nov 07 00:01:00 GMT 2001
Domain Expiration Date: Sat Nov 06 23:59:00 GMT 2004
Domain Last Updated Date: Fri Nov 07 18:59:11 GMT 2003
</pre>
- get_blocks/get_contacts:
contains code to parse whois outputs like this one, you could
take a look at whois.ch.php to see how you could use it:
<pre>
Domain name:
nic.ch
@ -347,6 +352,7 @@ handlers, those functions are stored on the following files:
Date of last modification:
22.12.2003
</pre>
Credits
-------