PHP text file splitter

Package:
PHP text file splitter
Summary:
Split a file in multiple with limited lines
Groups:
Files and Folders
Author:
Chang Xiao
Description:
This class can be used to Split a file into multiple files with a limited number of lines.

It reads a file and counts its lines. If the file has more than a given limit of lines, the class generates multiple files, each with no more than the limit of lines.

The split files have a different file name prefix that is configurable.


Powered by Gewgley