$url = 'http://username:password@hostname:9090/path?arg=value#anchor'; var_dump( parse_url($url, PHP_URL_SCHEME) ); # string(4) "http" ...
確定! 回上一頁