Which one of the following function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input?
Which one of the following function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input? 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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025