PHP stripcslashes() 函数
定义和用法
stripcslashes() 函数删除由 addcslashes() 函数添加的反斜杠。
提示: 此函数可用于清理从数据库或 HTML 表单检索的数据。
语法
stripcslashes(string)
参数值
参数 | 描述 |
---|---|
string | 必需。指定要检查的字符串 |
技术细节
返回值 | 返回未转义的字符串 |
---|---|
PHP 版本 | 4+ |
❮ PHP 字符串参考
stripcslashes() 函数删除由 addcslashes() 函数添加的反斜杠。
提示: 此函数可用于清理从数据库或 HTML 表单检索的数据。
stripcslashes(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]