WordPress\AiClientDependencies\Nyholm\Psr7
Uri::rawurlencodeMatchZero
Method of the class: Uri{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = Uri::rawurlencodeMatchZero( $match ): string;
- $match(array) (required)
- .
Uri::rawurlencodeMatchZero() Uri::rawurlencodeMatchZero code WP 7.0
private static function rawurlencodeMatchZero(array $match): string
{
return \rawurlencode($match[0]);
}