protected property UrlParser::$utf8

Type: bool Whether or not to work with UTF-8 strings

File

drupal/core/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParser.php, line 13

Class

UrlParser
Parses URLs into parts using PHP's built-in parse_url() function

Namespace

Guzzle\Parser\Url

Code

protected $utf8 = false;