Large File Reader

Package:
Large File Reader
Summary:
Read large text files one byte at a time
Groups:
Files and Folders, PHP 5
Author:
Leonardo Branco Shinagawa
Description:
This class can be used to read large text files one byte at a time.

It uses PHP function file_get_contents to seek to the current read position and reads lines of text one byte at a time.

It can also seek the file to find the position of a given line.


Powered by Gewgley