Interface UrlParserInterface
URL parser interface
Direct known implementers
Guzzle\Parser\Url\UrlParser
public
array
|
URL parser interface
public
array
|
#
parseUrl( string $url )
Parse a URL using special handling for a subset of UTF-8 characters in the query string if needed. Parse a URL using special handling for a subset of UTF-8 characters in the query string if needed. Parameters
Returns
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. |