Update README.md

This commit is contained in:
susgo
2018-04-05 16:32:44 +02:00
committed by GitHub
parent e1ecf9302e
commit 8c7eba6815

View File

@@ -99,7 +99,7 @@ print_r($csv->data);
```php
$csv = new ParseCsv\Csv();
$csv->load_data('data.csv');
$count = $csv->getTotalRowCount();
$count = $csv->getTotalDataRowCount();
print_r($count);
```