string percent_decode(string s)
Decodes URI-style %XX encoded chars in the given string.
percent_encode , uri_decode
This function currently does not accept wide string input, which is necessary to work as the reverse of iri_encode .