php解码encodeURIComponent匿名 · 更新于 2014/2/13urldecode 还原 URL 编码字符串。 语法: string urldecode(string str); 返回值: 字符串 函数种类: 编码处理 内容说明 本函数将 URL 编码后字符串还原成未编码的样子。编码使用 %## 的格式。 上一篇php的encodeURIComponent decodeURIComponent下一篇PHP导入导出Excel方法