Saved Bookmarks
| 1. |
Usage of File open function? |
|
Answer» 1. fopen( ) is a system function available in PHP. 2. This function helps to open a file in the server. 3. It contains two parameters one for the file and the other one specifies in which mode the file should be opened (Read/Write). |
|