文章出處

參考網址http://www.t086.com/code/php/function.php-urlencode.php

urlencode

將字符串以 URL 編碼。

語法: string urlencode(string str);

返回值: 字符串

函數種類: 編碼處理

 urlencode($url);

 
內容說明

本函數將字符串以 URL 編碼。例如空格就會變成加號。Homepage 中 form 資料傳送就是用 urlencode 編碼后再送出。

urldecode

還原 URL 編碼字符串。

語法: string urldecode(string str);

返回值: 字符串

函數種類: 編碼處理

 

 
內容說明

本函數將 URL 編碼后字符串還原成未編碼的樣子。編碼使用 %## 的格式。


文章列表


不含病毒。www.avast.com
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 大師兄 的頭像
    大師兄

    IT工程師數位筆記本

    大師兄 發表在 痞客邦 留言(0) 人氣()