6
Which function is used to remove HTML Tags from a string in PHP?
Answer: Option [B]
The strip_tags() function removes HTML tags from a string
Answer: Option [B]
The strip_tags() function removes HTML tags from a string
Answer: Option [D]
The rawurldecode() function decodes URL-encoded strings in PHP
Article and Schedule Quiz | Start Test! |
Answer: Option [C]
Answer: Option [B]
To compare strings as strings in PHP strcmp() is used.
Answer: Option [C]