mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
renamed function to getTotalDataRowCount
This commit is contained in:
@@ -547,7 +547,7 @@ class Csv {
|
||||
*
|
||||
* @return bool|int
|
||||
*/
|
||||
public function getTotalRowCount() {
|
||||
public function getTotalDataRowCount() {
|
||||
if (empty($this->file_data)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user