nerdexam
Zend

200-530 · Question #13

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 C. 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

  • Afgets()
  • Bfile_get_contents()
  • Cfgetss()
  • Dfile_put_contents()

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    12% (2)
  • C
    82% (14)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice