Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18867 программистов и 1635 роботов. Сейчас ищет 2031 программист ...
Net_IPv6::getNetmask()
Вернуться к: Net_IPv6
Net_IPv6::getNetmask()
Net_IPv6::getNetmask() – Calculates the network prefix
Synopsis
require_once 'Net/IPv6.php';
string Net_IPv6::getNetmask ( string $ip , int $bits = null )
Calculates the network prefix based on the netmask bits.
Parameter
-
string $ip - the IP address in Hex format, compressed IPs are allowed
-
int $bits - if the number of netmask bits is not part of the IP, you must provide the mumber of bits
Return value
string - the network prefix
Note
This function can be called statically.
Method available since: Release 1.1.0
Вернуться к: Net_IPv6