Releases: yiisoft/network-utilities
Releases · yiisoft/network-utilities
Version 1.2.0
- New #65: Add
IP_PATTERN
andIP_REGEXP
constants toIpHelper
for checking IP of both IPv4 and IPv6 versions
(@arogachev) - New #65: Add
NEGATION_CHARACTER
constant toIpRanges
used to negate ranges (@arogachev) - New #65: Add
isIpv4()
,isIpv6()
,isIp()
methods toIpHelper
(@arogachev)