addcslashes() 函數(shù)在指定的字符前添加反斜杠。 語法 addcslashes(string,characters)參數(shù) 描述 string 必需。規(guī)定要檢查的字符串。 characters 可選。規(guī)定受 addcslashes() 影響的字符或字符范圍。 提示和注釋 注釋:在對 0,r,n 和 t 應(yīng)用 addcslashes() 時要小心。在 PHP 中,\0,\r,\n 和 \t 是預(yù)定...
www.dbjr.com.cn/article/389...htm 2025-5-14