public function ipv4callback($value) { return filter_var($value, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4); }