| title | CSVImport::row — Core Library |
|---|---|
| package | lib |
| packageTitle | Core Library |
| layout | default |
| className | CSVImport |
| type | method |
Read a row from the CSV file.
uses('csv-import');
public function array CSVImport::row()
If a column-to-field mapping has either been provided or has been read from a header row in the source file, the returned array will be associative, otherwise it will be numerically-indexed.
An array of values read from the file, or null if
the end of file is reached.