Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Decode URL-encoded strings
<?php rawurldecode(string $string): string
<?php         }



        $path = str_replace('//', '/', $path);

        $path = rawurldecode($path);




        if (($lengthPath > 0) && substr($path, $lengthPath, 1) == Getter::getDelimiter()) {