require_once('Net/IPv4.php');
string htoa (string $addr)
string htoa
Converts hexadecimal string to a dot-quad formatted IP address - for example "c0a80100" to "192.168.1.0".
This function can be called statically.