PHP stripslashes() 函数
定义和用法
stripslashes() 函数删除由 addslashes() 函数添加的反斜杠。
语法
stripslashes(string)
参数 | 描述 |
---|---|
string | 必需。规定要检查的字符串。 |
提示和注释
注释:该函数用于清理从数据库或 HTML 表单中取回的数据。
例子
<?php echo stripslashes("Who\s John Adams?"); ?>
输出:
Whos Jo
hn Adams?
李清波 2015-10-01 PHP函数 1853 复制当前网址
stripslashes() 函数删除由 addslashes() 函数添加的反斜杠。
stripslashes(string)
参数 | 描述 |
---|---|
string | 必需。规定要检查的字符串。 |
注释:该函数用于清理从数据库或 HTML 表单中取回的数据。
<?php echo stripslashes("Who\s John Adams?"); ?>
输出:
Whos Jo
hn Adams?
上一篇:stripos
下一篇:stripcslashes
__construct
zip_read
zip_open
zip_entry_read
zip_entry_open
zip_entry_name
zip_entry_filesize
zip_entry_compressionmethod
zip_entry_compressedsize
zip_entry_close
zip_close
xpath
xml_set_unparsed_entity_decl_handler
xml_set_processing_instruction_handler
xml_set_object
xml_set_notation_decl_handler
xml_set_external_entity_ref_handler
xml_set_element_handler
xml_set_default_handler
xml_set_character_data_handler