Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17211 программистов и 1834 робота. Сейчас ищут 1624 программиста ...
Net_IPv4::atoh()
Вернуться к: Net_IPv4
Net_IPv4::atoh()
Net_IPv4::atoh() – Converts a dot-quad formatted IP address into a hexadecimal string
Synopsis
require_once 'Net/IPv4.php';
mixed atoh ( string $addr )
Converts a dot-quad formatted IP address into a hexadecimal string - for example "192.168.1.0" to "c0a80100". Returns FALSE if the string given is no valid IP adress.
Note
This function can be called statically.
Вернуться к: Net_IPv4