You are here

private static property Uri::$replaceQuery in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/psr7/src/Uri.php \GuzzleHttp\Psr7\Uri::replaceQuery

File

vendor/guzzlehttp/psr7/src/Uri.php, line 21

Class

Uri
Basic PSR-7 URI implementation.

Namespace

GuzzleHttp\Psr7

Code

private static $replaceQuery = [
  '=' => '%3D',
  '&' => '%26',
];