Open Journal Systems
3.3.0
|
Public Member Functions | |
parseUrl ($url) | |
setUtf8Support ($utf8) | |
Protected Attributes | |
$utf8 = false | |
Parses URLs into parts using PHP's built-in parse_url() function
Definition at line 12 of file UrlParser.php.
Guzzle\Parser\Url\UrlParser::parseUrl | ( | $url | ) |
Parse a URL using special handling for a subset of UTF-8 characters in the query string if needed.
string | $url | URL to parse |
Implements Guzzle\Parser\Url\UrlParserInterface.
Definition at line 30 of file UrlParser.php.
References Guzzle\Common\Version\warn().
Guzzle\Parser\Url\UrlParser::setUtf8Support | ( | $utf8 | ) |
Set whether or not to attempt to handle UTF-8 strings (still WIP)
bool | $utf8 | Set to TRUE to handle UTF string |
Definition at line 25 of file UrlParser.php.
References Guzzle\Parser\Url\UrlParser\$utf8.
|
protected |
Whether or not to work with UTF-8 strings
Definition at line 18 of file UrlParser.php.
Referenced by Guzzle\Parser\Url\UrlParser\setUtf8Support().