string urldecode ( string $str )
Decodes any ## encoding in the given string. Plus symbols ('+') are decoded to a space character.
Returns the decoded string.