字串函式庫 stripslashes (PHP3 , PHP4) stripslashes --- 去除addslashes( )引用的斜線 語法 : string stripslashes (string str) 說明 : 傳回去除反斜線後的字串,連續的二個反斜線會成為一個反斜線。 參考 : addslashes( ) 上一頁 首頁 下一頁
字串函式庫
stripslashes
(PHP3 , PHP4)
stripslashes --- 去除addslashes( )引用的斜線
語法 : string stripslashes (string str)
string stripslashes (string str)
string stripslashes
說明 :
傳回去除反斜線後的字串,連續的二個反斜線會成為一個反斜線。
參考 : addslashes( )