urldecode — Decodes URL-encoded string
urldecode ( string $str ) : string Decodes any %## encoding in the given string. Plus symbols (‘+’) are decoded to a space character.