mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
Improved comment and test data to show how the offset is counted.
This commit is contained in:
@@ -125,7 +125,9 @@ class Csv {
|
||||
|
||||
/**
|
||||
* Offset
|
||||
* Number of rows to ignore from beginning of data
|
||||
* Number of rows to ignore from beginning of data. If present, the heading
|
||||
* row is also counted (if $this->heading == true). In other words,
|
||||
* $offset == 1 and $offset == 0 have the same meaning in that situation.
|
||||
*
|
||||
* @var int|null
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user