Q. What is the use of fopen() function in PHP?
-
(A)
The fopen() function is used to open folders in PHP
-
(B)
The fopen() function is used to open remote server
-
(C)
The fopen() function is used to open files in PHP
-
(D)
None of the above
✅ Correct Answer: (C)
The fopen() function is used to open files in PHP