urldecode

Example

 string urldecode ( string $str ) 

Description

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

Return Values

Returns the decoded string.