PHP stripcslashes() 函數(shù)
PHP stripcslashes() 函數(shù)
定義和用法
stripcslashes() 函數(shù)刪除由 addcslashes() 函數(shù)添加的反斜杠。
提示:該函數(shù)可用于清理從數(shù)據(jù)庫(kù)中或者從 HTML 表單中取回的數(shù)據(jù)。
語(yǔ)法
stripcslashes(string)
參數(shù) | 描述 |
---|---|
string | 必需。規(guī)定要檢查的字符串。 |
技術(shù)細(xì)節(jié)
返回值: | 返回非轉(zhuǎn)義的字符串。 |
---|---|
PHP 版本: | 4+ |

相關(guān)文章
- PHP EOF(heredoc) 使用說(shuō)明
- PHP 字符串
- PHP 命名空間 namespace
- PHP 面向?qū)ο?/a>
- PHP date() 函數(shù)
- PHP JSON
- PHP array_diff_ukey() 函數(shù)
- PHP array_map() 函數(shù)
- PHP array_rand() 函數(shù)
- PHP array_reduce() 函數(shù)
- PHP array_search() 函數(shù)
- PHP array_uintersect_assoc() 函數(shù)
- PHP arsort() 函數(shù)
- PHP compact() 函數(shù)
- PHP end() 函數(shù)
- PHP rsort() 函數(shù)
- PHP shuffle() 函數(shù)
- PHP usort() 函數(shù)
- PHP FTP 函數(shù)
- PHP 5 Math 函數(shù)