PHP stripcslashes() 函数
PHP 教程
· 2019-01-30 08:13:45
实例
删除 "World!" 前面的反斜杠:
<?php
echo stripslashes("Hello World!");
?>
echo stripslashes("Hello World!");
?>
定义和用法
stripcslashes() 函数删除由 addcslashes() 函数添加的反斜杠。
提示:该函数可用于清理从数据库中或者从 HTML 表单中取回的数据。
语法
stripcslashes(string)
| 参数 | 描述 |
|---|---|
| string | 必需。规定要检查的字符串。 |
技术细节
| 返回值: | 返回非转义的字符串。 |
|---|---|
| PHP 版本: | 4+ |
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
Building Websites with Joomla!
H Graf / Packt Publishing / 2006-01-20 / USD 44.99
This book is a fast paced tutorial to creating a website using Joomla!. If you've never used Joomla!, or even any web content management system before, then this book will walk you through each step i......一起来看看 《Building Websites with Joomla!》 这本书的介绍吧!