Ciao
Codice PHP:
$rows = 0;
$file = new SplFileObject( 'nomefile.ext' );
$file->rewind();
wh_ile ( !$file->eof() ) {
$file->current();
$row++;
$file->next();
}
echo $rows;
Ciao
Codice PHP:
$rows = 0;
$file = new SplFileObject( 'nomefile.ext' );
$file->rewind();
wh_ile ( !$file->eof() ) {
$file->current();
$row++;
$file->next();
}
echo $rows;
Questa volta, più che un voto.. è favoreggiamento.