validators/url.php
Go to the documentation of this file.
23 return (bool) filter_var($url, FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED + FILTER_FLAG_HOST_REQUIRED);
default validator for url input elements
Definition: validators/url.php:12