Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
strip_tags
strip_tags
Remove HTML and PHP tags from string
Name:
strip_tags
Category:
String
Programming Language:
php
One-line Description:
Strip HTML and PHP tags from strings.
Related
How to Use the strip_tags Function to Handle Strings with Nested HTML Tags and Avoid Tag Interference?
3
Similar Functions
stripos
stripos
Findthelocationwhere
sha1_file
sha1_file
Calculatethesha1hash
chr
chr
Generatesingle-bytes
substr
substr
Returnpartofthestrin
sha1
sha1
Calculatethesha1hash
substr_count
substr_count
Calculatethenumberof
explode
explode
Useonestringtosplita
chop
chop
Aliasofrtrim
Popular Articles
How to Use the strip_tags Function to Handle Strings with Nested HTML Tags and Avoid Tag Interference?