Home  >  Article  >  Backend Development  >  How to create, read and write files in php?

How to create, read and write files in php?

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-09-27 13:44:273364browse

How to create, read and write files in php?

First create a php file named file and add tags.

How to create, read and write files in php?

Create a txt file named myfile and use the touch function to create the file. After running, a myfile document file will be generated in the same directory as php.

How to create, read and write files in php?

How to create, read and write files in php?

Related recommendations: "php introductory tutorial"

Use the fopen() function to Open the myfile document and assign values.

How to create, read and write files in php?

Then write the content into the myfile document. If you want to write multiple entries, just execute it multiple times.

How to create, read and write files in php?

Re-open the myfile file. This is used to read the file.

How to create, read and write files in php?

After reading the myfile file, use a loop to read the contents of the file and output it.

How to create, read and write files in php?

Finally execute the filephp file, you will find that text is sucked into the document, and the browser will read the content of the document.

How to create, read and write files in php?

How to create, read and write files in php?

The above is the detailed content of How to create, read and write files in php?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn