πŸ“Š PHP
Q. Which of the following is the correct way to open the file "sample.txt" as readable?
  • (A) fopen("sample.txt", "r");
  • (B) fopen("sample.txt", "r+");
  • (C) fopen("sample.txt", "read");
  • (D) fopen("sample.txt");
πŸ’¬ Discuss
βœ… Correct Answer: (A) fopen("sample.txt", "r");

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
189
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Yami Thakur
Publisher
πŸ“ˆ
96%
Success Rate