<?php rawurlencode(string $string): string
<?php '%25' => '%', ]; return strtr(rawurlencode($url), $dont_encode); }