Method Protocols.HTTP.uri_decode()
- Method uri_decode
string
uri_decode(string
s
)- Description
Decodes URI-style %XX encoded chars in the given string, and then UTF-8 decodes the result. This is the reverse of uri_encode and uri_encode_invalids.
- See also