Home
last modified time | relevance | path

Searched refs:IPv6 (Results 1 – 11 of 11) sorted by relevance

/plugin/ipban/ip-lib/src/Range/
H A DPattern.php7 use IPLib\Address\IPv6; alias
92 …$result = new static(IPv6::fromString('::'), IPv6::fromString('ffff:ffff:ffff:ffff:ffff:ffff:ffff:…
95 $fromAddress = IPv6::fromString(str_replace('*', '0', $range));
99 $toAddress = IPv6::fromWords(array_merge($fixedWords, $otherWords));
125 case $this->fromAddress instanceof \IPLib\Address\IPv6:
137 $address = IPv6::fromBytes($bytes);
187 $defaultType = IPv6::getDefaultReservedRangeType();
188 $reservedRanges = IPv6::getReservedRanges();
H A DSubnet.php7 use IPLib\Address\IPv6; alias
165 $defaultType = IPv6::getDefaultReservedRangeType();
166 $reservedRanges = IPv6::getReservedRanges();
/plugin/ipban/ip-lib/
H A DREADME.md7 # IPLib - Handle IPv4, IPv6 and IP ranges
12 This library can handle IPv4, IPv6 addresses, as well as IP ranges, in CIDR formats (like `::1/128`…
18 …tion__ are needed (yes, it will __always work__ even if PHP has not been built with IPv6 support!).
52 To parse an IPv6 address:
55 $address = \IPLib\Address\IPv6::fromString('::1');
58 To parse an address in any format (IPv4 or IPv6):
146 When working with IPv6, you may want the full (expanded) representation of the addresses. In this c…
177 Please remark that if the address is IPv4 and the range is IPv6 (or vice-versa), the result will al…
234 This library supports IPv4/IPv6 ranges in pattern format (eg. `192.168.*.*`) and in CIDR/subnet for…
266 To save a range, you need to store the address type (for IPv4 it's `4`, for IPv6 it's `6`), as well…
/plugin/ipban/ip-lib/src/
H A DFactory.php28 $result = Address\IPv6::fromString($address, $mayIncludePort, $mayIncludeZoneID);
48 $result = Address\IPv6::fromBytes($bytes);
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php272 …return IPv6::fromString('2002:'.sprintf('%02x', $myBytes[0]).sprintf('%02x', $myBytes[1]).':'.spri…
H A DIPv6.php12 class IPv6 implements AddressInterface class
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md154 * Improved performance for IPv4 lookups in an IPv6 database.
H A DREADME.md6 format that stores data indexed by IP address subnets (IPv4 or IPv6).
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md159 …, $message = '')` | Check that a string is a valid IP (either IPv4 or IPv6)
161 `ipv6($value, $message = '')` | Check that a string is a valid IPv6
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md40 - Issue parsing IPv6 URLs
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...