I\'m writing a php script where I call
$lines = file(\'base_list.txt\');
to break a file up into an array. The file has over 100,000 lines in
I believe it is based on the amount of available memory as set in the php.ini file.