addslashes()

addslashes() 函数返回在预定义字符之前添加反斜杠的字符串。

作用:防止sql注入

原文地址:https://www.cnblogs.com/xiaobiaomei/p/8675227.html