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