CSVLineReader
Read onlyYes
FinalYes
Methods
- __construct() : mixed
- readLines() : Generator<int, string>
Methods
__construct()
public
__construct(string $enclosure[, null|int<1, max> $charactersReadInLine = null ][, bool $removeBOM = true ]) : mixed
Parameters
- $enclosure : string
- $charactersReadInLine : null|int<1, max> = null
- $removeBOM : bool = true
readLines()
public
readLines(SourceStream $stream) : Generator<int, string>
Parameters
- $stream : SourceStream