Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17177 программистов и 1833 робота. Сейчас ищут 1715 программистов ...
Net_IPv4::htoa()
Вернуться к: Net_IPv4
Net_IPv4::htoa()
Net_IPv4::htoa() – Converts a hexadecimal string into a dot-quad formatted IP address
Synopsis
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.
Note
This function can be called statically.
Вернуться к: Net_IPv4