string uri_decode(string s)
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 .
uri_encode , uri_encode_invalids