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

相關(guān)文章
- PHP 簡介
- PHP echo 和 print 語句
- PHP EOF(heredoc) 使用說明
- PHP 常量
- PHP 面向?qū)ο?/a>
- PHP $_POST 變量
- PHP Cookie
- PHP 發(fā)送電子郵件
- PHP Secure E-mails
- PHP array_fill() 函數(shù)
- PHP array_intersect_ukey() 函數(shù)
- PHP array_map() 函數(shù)
- PHP array_shift() 函數(shù)
- PHP array_sum() 函數(shù)
- PHP array_udiff_uassoc() 函數(shù)
- PHP each() 函數(shù)
- PHP sizeof() 函數(shù)
- PHP Libxml 函數(shù)
- PHP Mail 函數(shù)
- PHP 雜項(xiàng) 函數(shù)