Which PHP function is used to read the content of a file?

148. Which PHP function is used to read the content of a file?

  1. read()
  2. getfile()
  3. readfile()
  4. All of the above

Answer: C) readfile()

Explanation:

The PHP readfile() function is used to read the content of a file.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.