public function UrlParserInterface::parseUrl

Parse a URL using special handling for a subset of UTF-8 characters in the query string if needed.

Parameters

string $url URL to parse:

Return value

array Returns an array identical to what is returned from parse_url(). When an array key is missing from this array, you must fill it in with NULL to avoid warnings in calling code.

1 method overrides UrlParserInterface::parseUrl()
UrlParser::parseUrl in drupal/core/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParser.php
Parse a URL using special handling for a subset of UTF-8 characters in the query string if needed.

File

drupal/core/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php, line 18

Class

UrlParserInterface
URL parser interface

Namespace

Guzzle\Parser\Url

Code

public function parseUrl($url);