Which PHP function is used to close a file?

147. Which PHP function is used to close a file?

  1. fclose()
  2. close()
  3. close_file()
  4. PHP_close()

Answer: A) fclose()

Explanation:

The PHP fclose() function is used to close a file.

Comments and Discussions!

Load comments ↻






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