Net_IPv4::htoa()

Net_IPv4::htoa() -- Converts a dot-quad formatted IP address into a hexadecimal string

Synopsis

require_once('Net/IPv4.php');

string htoa (string $addr)

Description

Converts hexadecimal string to a dot-quad formatted IP address - for example "c0a80100" to "192.168.1.0".

Note

This function can be called statically.