urldecode

 string urldecode ( string $str ) 

説明

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

戻り値

Returns the decoded string.