PHP stripslashes() 函数
定义和用法
stripslashes() 函数删除 addslashes() 函数添加的反斜杠。
提示:此函数可用于清理从数据库或 HTML 表单检索的数据。
语法
stripslashes(string)
参数值
参数 | 描述 |
---|---|
string | 必填。指定要检查的字符串 |
技术细节
返回值 | 返回一个删除了反斜杠的字符串 |
---|---|
PHP 版本 | 4+ |
❮ PHP 字符串参考
stripslashes() 函数删除 addslashes() 函数添加的反斜杠。
提示:此函数可用于清理从数据库或 HTML 表单检索的数据。
stripslashes(string)
参数 | 描述 |
---|---|
string | 必填。指定要检查的字符串 |
返回值 | 返回一个删除了反斜杠的字符串 |
---|---|
PHP 版本 | 4+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]