InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between fopen() and fclose()? |
|||||||||
|
Answer»
These both are PHP INBUILT function which is used to open & close a FILE which is pointed file pointer.
|
||||||||||