parse_url
Definition
mixed parse_url ( string $url [, int $component = -1 ] )
Description
This function parses a URL and returns an associative array containing any of the various components of the URL that are present.
mixed parse_url ( string $url [, int $component = -1 ] )
This function parses a URL and returns an associative array containing any of the various components of the URL that are present.