Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Uri.php
function Uri::rawurlencodeMatchZero
File
vendor/
guzzlehttp/
psr7/
src/
Uri.php
, line 723
Class
Uri
PSR-7 URI implementation.
Namespace
GuzzleHttp\Psr7
Code
private
function
rawurlencodeMatchZero
(array
$match
) : string {
return
rawurlencode
(
$match
[
0
]); }
RSS feed