Back to PhocaGalleryUtils class

Method isURLAddress

public static
isURLAddress
(mixed $url)

Method isURLAddress - Source code

public static function isURLAddress($url)
{
    return preg_match('|^http(s)?://[a-z0-9-]+(.[a-z0-9-]+)*(:[0-9]+)?(/.*)?$|i', $url);
}