Which PHP function is used to open a file?

146. Which PHP function is used to open a file?

  1. fopen()
  2. open()
  3. open_file()
  4. PHP_open()

Answer: A) fopen()

Explanation:

The PHP fopen() function is used to open a file.

Comments and Discussions!

Load comments ↻






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