GkSeries.com
Home
GK
ENGLISH
CURRENT AFFAIRS
APTITUDE
REASONING
BANKING
UGC NET
COMPUTER SC.
COURSES
Home
Computer Science
Which function is used to remove HTML Tags from a string in PHP?
Question
Which function is used to remove HTML Tags from a string in PHP?
A
regex
B
strip_tags()
C
replaceAll()
D
stripHtmlTags()
Answer & Explanation
Option: [B]
The strip_tags() function removes HTML tags from a string
Next Question →