InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following function is capable of reading a specific number of characters from a file?(a) fgets()(b) fget()(c) fileget()(d) filegets()The question was asked in a national level competition.The origin of the question is File System and PHP in portion File and Session Handling in PHP of PHP |
|
Answer» Correct choice is (a) FGETS() |
|