Update RowIterator.php (#263)
This commit is contained in:
parent
192659cb24
commit
aa25678a83
@ -153,7 +153,7 @@ class RowIterator implements IteratorInterface
|
|||||||
*/
|
*/
|
||||||
protected function getNextUTF8EncodedRow()
|
protected function getNextUTF8EncodedRow()
|
||||||
{
|
{
|
||||||
$encodedRowData = fgetcsv($this->filePointer, self::MAX_READ_BYTES_PER_LINE, $this->fieldDelimiter, $this->fieldEnclosure);
|
$encodedRowData = $this->globalFunctionsHelper->fgetcsv($this->filePointer, self::MAX_READ_BYTES_PER_LINE, $this->fieldDelimiter, $this->fieldEnclosure);
|
||||||
if (false === $encodedRowData) {
|
if (false === $encodedRowData) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user