You are here

private function Uri::rawurlencodeMatchZero in Lockr 7.3

File

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

Class

Uri
PSR-7 URI implementation.

Namespace

GuzzleHttp\Psr7

Code

private function rawurlencodeMatchZero(array $match) {
  return rawurlencode($match[0]);
}