PHP stripcslashes() 函数
PHP stripcslashes() 函数
定义和用法
stripcslashes() 函数删除由 addcslashes() 函数添加的反斜杠。
提示:该函数可用于清理从数据库中或者从 HTML 表单中取回的数据。
语法
stripcslashes(string)
参数 | 描述 |
---|---|
string | 必需。规定要检查的字符串。 |
技术细节
返回值: | 返回非转义的字符串。 |
---|---|
PHP 版本: | 4+ |
PHP String 参考手册
相关文章
- PHP EOF(heredoc) 使用说明
- PHP 字符串
- PHP 命名空间 namespace
- PHP 面向对象
- PHP date() 函数
- PHP JSON
- PHP array_diff_ukey() 函数
- PHP array_map() 函数
- PHP array_rand() 函数
- PHP array_reduce() 函数
- PHP array_search() 函数
- PHP array_uintersect_assoc() 函数
- PHP arsort() 函数
- PHP compact() 函数
- PHP end() 函数
- PHP rsort() 函数
- PHP shuffle() 函数
- PHP usort() 函数
- PHP FTP 函数
- PHP 5 Math 函数