从 URL 专用格式字串还原成普通字串。
语法: string rawurldecode(string str);
传回值: 字串
函式种类: 编码处理
本函式将字串解码。从 URL 的字串专用格式解成普通字串。详细的编码解码资讯及规格文件可以参考 RFC 1738。
rawurlencode()