Net_IPv4::atoh() | Net_IPv4::ip2double() |
Net_IPv4 | |
PEAR Manual | |
require_once 'Net/IPv4.php'; |
mixed htoa (
string $addr
)
Converts hexadecimal string to a dot-quad formatted IP address - for example "c0a80100" to "192.168.1.0". Returns FALSE if the hexadecimal string is no valid IP adress.
This function can be called statically.
Net_IPv4::atoh() | Net_IPv4::ip2double() |
Net_IPv4 | |
PEAR Manual | |