urldecode
Description
string urldecode ( string str)Decodes any %## encoding in the given string. The decoded string is returned.
See also urlencode(), rawurlencode() and rawurldecode().
Decodes any %## encoding in the given string. The decoded string is returned.
See also urlencode(), rawurlencode() and rawurldecode().