I'm just curious if there's a function that allows you to see how many lines
there are in a file. I could just set up a while(!feof($fp)) { fgets($fp);
count++; } obviously, but I'm curious if there's a function built in like
"flines($fp)" that I haven't noticed at php.net?-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

