dealing with very large data file and want to read without memory crash . fread will read all content file which is time consuming and some time script goes out of order so is there any way we can read data in chunk with good library or something ? so file read in PHP so no memory issue and fast processing for large file

Read more