Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18817 программистов и 1631 робот. Сейчас ищут 2174 программиста ...
Net_IPv6::removeNetmaskSpec()
Вернуться к: Net_IPv6
Net_IPv6::removeNetmaskSpec()
Net_IPv6::removeNetmaskSpec() – Removes the Netmask length specification
Synopsis
require_once 'Net/IPv6.php';
string Net_IPv6::removeNetmaskSpec ( string $ip )
Removes a possible existing netmask length specification in an IP addresse.
Parameter
-
string $ip - the IP address in Hex format, compressed IPs are allowed
Return value
string - the IP without netmask length specification.
Note
This function can be called statically.
Method available since: Release 1.1.0
Вернуться к: Net_IPv6