Net_IPv6::getNetmask() (Previous) (Next) Net_IPv6::removeNetmaskSpec()

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Net_IPv6::isInNetmask()

Net_IPv6::isInNetmask() -- Checks if an IP is in a specific address space

Description

Checks if an (compressed) IP is in a specific address space. If the IP does not contain the number of netmask bits (for example: F8000::FFFF/16), then you have to use the $bits parameter.

Paramètres

  • string $ip - the IP address in Hex format, compressed IPs are allowed

  • string $netmask - the netmask (for example: F800::)

  • int $bits - if the number of netmask bits is not part of the IP, you must provide the mumber of bits

Valeur retournée

boolean - TRUE, if the IP is in the address space.

Note

Cette fonction peut être appelée de façon statique.

Method available since: Release 1.1.0

Net_IPv6::getNetmask() (Previous) (Next) Net_IPv6::removeNetmaskSpec()

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.