Q. Which of these functions is used to open a file in PHP?
β
Correct Answer: (A)
fopen()
Explanation: fopen() is used to open files in PHP.