Zend
200-530 · Question #462
Which of the following PHP file handling functions will you use if you want to retrieve only the texts from an HTML file and leave all HTML and PHP tags?
The correct answer is A. fgetss(). See the full explanation below for the reasoning.
Question
Which of the following PHP file handling functions will you use if you want to retrieve only the texts from an HTML file and leave all HTML and PHP tags?
Options
- Afgetss()
- Bfile_put_contents()
- Cfile_get_contents()
- Dfgets()
How the community answered
(36 responses)- A78% (28)
- B6% (2)
- C3% (1)
- D14% (5)
Community Discussion
No community discussion yet for this question.