PHP » Strings » urldecode()

Syntax:
string urldecode(string data)
data
Data to be decoded

Decodes data received through a URL.

urldecode() is the reverse to urlencode() and is used to decode data passed through a URL.

See Also: