Net_IPv6
[ class tree: Net_IPv6 ] [ index: Net_IPv6 ] [ all elements ]

File: IPv6.php

Source Location: /Net_IPv6-1.1.0b2/IPv6.php

Classes:

Net_IPv6
Class to validate and to work with IPv6 addresses.

Page Details:

This file contains the implementation of the Net_IPv6 class

PHP versions 4 and 5

LICENSE: This source file is subject to the New BSD license, that is available through the world-wide-web at http://www.opensource.org/licenses/bsd-license.php If you did not receive a copy of the new BSDlicense and are unable to obtain it through the world-wide-web, please send a note to license@php.net so we can mail you a copy immediately


NET_IPV6_LOCAL_LINK [line 87]

NET_IPV6_LOCAL_LINK = 42
Address Type: Link Local Use Addresses (RFC 1884, Section 2.3)
  • See: getAddressType()

[ Top ]



NET_IPV6_LOCAL_SITE [line 93]

NET_IPV6_LOCAL_SITE = 43
Address Type: Link Local Use Addresses (RFC 1884, Section 2.3)
  • See: getAddressType()

[ Top ]



NET_IPV6_MULTICAST [line 81]

NET_IPV6_MULTICAST = 31
Address Type: Multicast Addresses (RFC 1884, Section 2.3)
  • See: getAddressType()

[ Top ]



NET_IPV6_NO_NETMASK [line 38]

NET_IPV6_NO_NETMASK = 10
Error code if netmask bits was not found
  • See: isInNetmask

[ Top ]



NET_IPV6_NO_NETMASK_MSG [line 32]

NET_IPV6_NO_NETMASK_MSG = "Netmask length not found"
Error message if netmask bits was not found
  • See: isInNetmask

[ Top ]



NET_IPV6_RESERVED [line 50]

NET_IPV6_RESERVED = 11
Address Type: Reserved (RFC 1884, Section 2.3)
  • See: getAddressType()

[ Top ]



NET_IPV6_RESERVED_IPX [line 62]

NET_IPV6_RESERVED_IPX = 13
Address Type: Reserved for IPX Allocation (RFC 1884, Section 2.3)
  • See: getAddressType()

[ Top ]



NET_IPV6_RESERVED_NSAP [line 56]

NET_IPV6_RESERVED_NSAP = 12
Address Type: Reserved for NSAP Allocation (RFC 1884, Section 2.3)
  • See: getAddressType()

[ Top ]



NET_IPV6_RESERVED_UNICAST_GEOGRAPHIC [line 69]

NET_IPV6_RESERVED_UNICAST_GEOGRAPHIC = 14
Address Type: Reserved for Geographic-Based Unicast Addresses

(RFC 1884, Section 2.3)

  • See: getAddressType()

[ Top ]



NET_IPV6_UNASSIGNED [line 44]

NET_IPV6_UNASSIGNED = 1
Address Type: Unassigned (RFC 1884, Section 2.3)
  • See: getAddressType()

[ Top ]



NET_IPV6_UNICAST_PROVIDER [line 75]

NET_IPV6_UNICAST_PROVIDER = 22
Address Type: Provider-Based Unicast Address (RFC 1884, Section 2.3)
  • See: getAddressType()

[ Top ]



NET_IPV6_UNKNOWN_TYPE [line 99]

NET_IPV6_UNKNOWN_TYPE = 1001
Address Type: address can not assigned to a specific type
  • See: getAddressType()

[ Top ]



Documentation generated on Mon, 18 May 2009 02:30:02 +0000 by phpDocumentor 1.4.2. PEAR Logo Copyright © PHP Group 2004.