private function Uri::rawurlencodeMatchZero in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/psr7/src/Uri.php \GuzzleHttp\Psr7\Uri::rawurlencodeMatchZero()
File
- vendor/
guzzlehttp/ psr7/ src/ Uri.php, line 595
Class
- Uri
- Basic PSR-7 URI implementation.
Namespace
GuzzleHttp\Psr7Code
private function rawurlencodeMatchZero(array $match) {
return rawurlencode($match[0]);
}