private function Uri::rawurlencodeMatchZero in Auth0 Single Sign On 8.2
File
- vendor/
guzzlehttp/ psr7/ src/ Uri.php, line 732
Class
- Uri
- PSR-7 URI implementation.
Namespace
GuzzleHttp\Psr7Code
private function rawurlencodeMatchZero(array $match) {
return rawurlencode($match[0]);
}