PHP text file splitter
Package:
Summary:
Split a file in multiple with limited lines
Groups:
Author:
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.
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.
Comments are closed.