网站首页

>>

PHP初级教程手册


函数:AddSlashes()



AddSlashes

字符串加入斜线。

语法: string addslashes(string str);

返回值: 字符串

函数种类: 资料处理

内容说明

本函数使需要让数据库处理的字符串,引号的部份加上斜线,以供数据库查询 (query) 能顺利运作。这些会被改的字符包括单引号 (')、双引号 (")、反斜线 backslash (\) 以及空字符 NUL (the null byte)。

参考

stripslashes()  htmlspecialchars()  quotemeta()  



整理: (www.phpernote.com)

[ 下一页 ]

|