Validate::uri($url, $options = null):Boolean

$url:String
チェックするURL
$options
domain_check => ドメインチェックの有無 true or false
allowed_schemes => array('http', 'https', 'ftp')
strict => ?? string the refused chars in query and fragment parts default: ';/?:@$,' empty: accept all rfc2396 foreseen chars

Validate::uri($url:String)のテスト

/* URI入力 */

1行に1URIを記入。