strip_tags()函数用于从字符串中删除html和PHP标签。它的语法如下:```phpstring strip_tags ( string $str [, string $allowable_tags ] )```参数说明:-
strip_tags()函数用于从字符串中删除html和PHP标签。它的语法如下:
```php
string strip_tags ( string $str [, string $allowable_tags ] )
```
参数说明:
- `$str`:要过滤的字符串
- `$allowable_tags`:可选参数,允许保留的标签列表。如果指定了该参数,只有这些标签会被保留,其他标签都会被删除。
示例用法:
```php
$str = "
Hello, world!
";Hello, world!
";
--结束END--
本文标题: php字符串过滤函数strip_tags()怎么使用
本文链接: https://lsjlt.com/news/368574.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0