¡@

Home 

php Programming Glossary: address_int

Testing if a network in cidr notation overlaps another network

http://stackoverflow.com/questions/13608394/testing-if-a-network-in-cidr-notation-overlaps-another-network

Address format constants const ADDRESS_BINARY 0x01 const ADDRESS_INT 0x02 const ADDRESS_DOTDEC 0x04 const ADDRESS_SUBNET 0x08 Constants.. mode self ADDRESS_BINARY result binary else if mode self ADDRESS_INT result this binaryToLong binary else if mode self ADDRESS_DOTDEC.. if offset 'network' address this getNetworkAddress self ADDRESS_INT else if offset 'broadcast' address this getBroadcastAddress..