WordPress\AiClientDependencies\Nyholm\Psr7

Uri::rawurlencodeMatchZeroprivate staticWP 1.0

Method of the class: Uri{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Uri::rawurlencodeMatchZero( $match ): string;
$match(array) (required)
.

Uri::rawurlencodeMatchZero() code WP 7.0

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