Online Url Parsing With Php


URL:
Array
(
    [scheme] => https
    [host] => subdomain.cafewebmaster.com
    [port] => 8008
    [user] => userexample
    [pass] => somepassword
    [path] => /somepath/and/file.php
    [query] => example=query
    [fragment] => with_local_link
)

Created with parse_url function of php.