Which one of the following function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input?
A
fgetsh()
B
fgetsp()
C
fgetsa()
D
fgetss()
Correct Answer: fgetss()
The function fgetss() returns a line, with HTML and PHP tags removed, from an open file. This function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input.