Utility methods for IPv4 addresses
author | Barry O'Donovan |
---|---|
author | The Skilled Team of PHP Developers at Open Solutions |
category | OSS |
package | OSS_Form |
copyright | Copyright (c) 2007 - 2013, Open Source Solutions Limited, Dublin, Ireland |
license | New BSD License |
ipv4ToARPA(string $ip) : string
E.g. IPv4 address like 1.2.3.4
will be converted
to 4.3.2.1.in-addr.arpa
.
string
IPv4 address to convert
\OSS_Net_Execption |
On lose checking of IPv4 address format (four octets) |
---|
string
The in-addr.arpa version of the IPv4 address