2008年2月23日 星期六

字串加入斜線

AddSlashes
本函式使需要讓資料庫處理的字串,引號的部份加上斜線,以供資料庫查詢 (query) 能順利運作。這些會被改的字元包括單引號 (')、雙引號 (")、反斜線 backslash (\) 以及空字元 NUL (the null byte)。

語法: string addslashes(string str);

資料來源:http://stock.ettoday.com/book/function.php-AddSlashes.htm

沒有留言: