Net_IPv6::removeNetmaskSpec() (Previous) (Next) Net_LDAP

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

Net_IPv6::splitV64()

Net_IPv6::splitV64() -- splits an IPv6 address in it IPv6 and IPv4 part

Beschreibung

Splits an IPv6 address into the IPv6 and a possible IPv4-formated part. RFC 2373 allows you to note the last two parts of an IPv6 address in the IPv4 address format.

0:0:0:0:0:0:13.1.68.3
     0:0:0:0:0:FFFF:129.144.52.38

Parameter

  • string $ip - the IP address to split

Rückgabewert

array - key [0] contains the IPv6 part, key [1] the IPv4 formated part

Hinweise

Diese Methode kann statisch aufgerufen werden.

Net_IPv6::removeNetmaskSpec() (Previous) (Next) Net_LDAP

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.