Help write a program. The meaning is this: there is a file file.txt, there is a script index.php
In the text file itself there are lines of the form:
line1
line2
line3
It is necessary to make the file update after launching the script, and there the lines themselves are of the following form:
"String1"
"String2"
"String3"
That is, quotation marks were inserted at the beginning and end of the line. And the first word of the line began with a capital letter.