A Admin • 833K Points Coach Q. Which of the following is a valid way to open a file for reading in PHP? (A) fopen('file.txt', 'r'); (B) open('file.txt', 'read'); (C) file_open('file.txt', 'r'); (D) read_file('file.txt'); Correct Answer - Option(A) Views: 30 Filed under category PHP Hashtags: Share Manage Tags
Discusssion
Login to discuss.