Good question.
I mean taking a large tab-delimited file with thousands of rows of information.
Can the file() function take that text file and split it up into smaller text files with a maximum amount of rows per text file?
Basically I want to write a simple text file splitter, and I know it's more detailed than using just 1 php function. But, I thought I'd ask if it's possible, and what functions can be used to do it.
thanks!