We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As title, I think we can create IpValidator class and add the IP validation.
IpValidator
Consider following code snippets:
$result = filter_var($ipAddress, FILTER_VALIDATE_IP);
I think we can use this code snippets to validate IP address and complete this feature.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As title, I think we can create
IpValidator
class and add the IP validation.Consider following code snippets:
I think we can use this code snippets to validate IP address and complete this feature.
The text was updated successfully, but these errors were encountered: