Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 371 Bytes

0544.md

File metadata and controls

19 lines (12 loc) · 371 Bytes

Removing undesired markup tags from input can best be done using which function?

  • A) strip_tags()
  • B) tidy_strip_html()
  • C) str_replace()
  • D) strip_html()
Answer

Answer: A