Open Monograph Press  3.3.0
Guzzle\Parser\Url\UrlParserInterface Interface Reference
Inheritance diagram for Guzzle\Parser\Url\UrlParserInterface:
Guzzle\Parser\Url\UrlParser

Public Member Functions

 parseUrl ($url)
 

Detailed Description

URL parser interface

Definition at line 8 of file UrlParserInterface.php.

Member Function Documentation

◆ parseUrl()

Guzzle\Parser\Url\UrlParserInterface::parseUrl (   $url)

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

Parameters
string$urlURL to parse
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.

Implemented in Guzzle\Parser\Url\UrlParser.


The documentation for this interface was generated from the following file: