Ciao

Codice PHP:
$rows 0;
$file = new SplFileObject'nomefile.ext' );

$file->rewind();
wh_ile ( !$file->eof() ) {
  
$file->current();
  
$row++;
  
$file->next();
}

echo 
$rows