Large File Reader
Package:
Summary:
Read large text files one byte at a time
Groups:
Author:
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.
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.
Comments are closed.