Home  >  Article  >  Backend Development  >  How to do file io every 200kb in php

How to do file io every 200kb in php

PHP中文网
PHP中文网Original
2017-04-01 14:35:241307browse

Here is a log analysis program, which includes file reading and writing, file_put_contents, fgets, and the load data local infile of the database. Load the database from the file. How to make the file size reach 200kb for a database Write

Reply content:

Judge the size of the file before writing it. If it reaches 200kb, write the original one to the database and then write the file

The above is how PHP performs file io every 200kb. More For more related content, please pay attention to the PHP Chinese website (www.php.cn)!

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