Searched refs:IPLib (Results 1 – 14 of 14) sorted by relevance
7 # IPLib - Handle IPv4, IPv6 and IP ranges55 $address = \IPLib\Address\IPv6::fromString('::1');61 $address = \IPLib\Factory::addressFromString('::1');69 $address = \IPLib\Factory::addressFromString('::1');90 $range = \IPLib\Range\Pattern::fromString('::*');97 $range = \IPLib\Range\Single::fromString('::1');105 $range = \IPLib\Factory::rangeFromString('::');200 $typeName = \IPLib\Range\Type::getName();217 // $type is \IPLib\Range\Type::T_PUBLIC218 echo \IPLib\Range\Type::getName($type);[all …]
3 namespace IPLib\Range;5 use IPLib\Address\AddressInterface;6 use IPLib\Address\IPv4;7 use IPLib\Address\Type as AddressType;8 use IPLib\Factory;
3 namespace IPLib\Range;5 use IPLib\Address\AddressInterface;6 use IPLib\Address\IPv4;7 use IPLib\Address\IPv6;8 use IPLib\Address\Type as AddressType;9 use IPLib\Factory;119 case $this->fromAddress instanceof \IPLib\Address\IPv4:125 case $this->fromAddress instanceof \IPLib\Address\IPv6:
3 namespace IPLib\Range;5 use IPLib\Address\AddressInterface;6 use IPLib\Address\IPv4;7 use IPLib\Address\IPv6;8 use IPLib\Address\Type as AddressType;9 use IPLib\Factory;
3 namespace IPLib\Range;5 use IPLib\Address\AddressInterface;
3 namespace IPLib\Range;
3 namespace IPLib\Address;5 use IPLib\Range\RangeInterface;
3 namespace IPLib\Address;5 use IPLib\Range\RangeInterface;6 use IPLib\Range\Subnet;7 use IPLib\Range\Type as RangeType;
3 namespace IPLib\Address;
71 $ip = \IPLib\Factory::addressFromString($client);74 $ipRange = \IPLib\Factory::rangeFromString($range);
31 $range = \IPLib\Factory::rangeFromString($ip);
3 namespace IPLib; namespace5 use IPLib\Address\AddressInterface;