← All docs
rawurldecode()
Decodes an RFC 3986 percent-encoded string without treating '+' as a space.
rawurldecode()
function rawurldecode(string $string): string
Decodes an RFC 3986 percent-encoded string without treating ’+’ as a space.
Parameters:
$string(string)
Returns: string
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how rawurldecode is implemented in the compiler, see the internals page.