PHP stripcslashes() 函数 PHP strip_tags() 函数 PHP stripslashes() 函数 PHP stripcslashes() 函数 实例 删除 "World!" 前面的反斜杠: <?php echo stripslashes("Hello World!"); ?> 定义和用法 stripcslashes() 函数删除由 addcslashes() 函数添加的反斜杠。 提示: 该函数可用于清理从数据库中或者从 HTML 表单中取回的数据。 语法 stripcslashes( _string_ ) 参数 描述 _string_ 必需。规定要检查的字符串。 技术细节 返回值: 返回非转义的字符串。 PHP 版本: 4+ PHP strip_tags() 函数 PHP stripslashes() 函数