IpAddressValidator
IpAddressValidator
Section titled “IpAddressValidator”use Fynix\Rule;
$error = Rule::ipAddress('clientIp')->validateField('2001:db8::1');Validation delegates to PHP IP address validation and accepts both IPv4 and IPv6 values.
use Fynix\Rule;
$error = Rule::ipAddress('clientIp')->validateField('2001:db8::1');Validation delegates to PHP IP address validation and accepts both IPv4 and IPv6 values.