| title | CSVImport::rowFlat — Core Library |
|---|---|
| package | lib |
| packageTitle | Core Library |
| layout | default |
| className | CSVImport |
| type | method |
Read a row from the CSV file without mapping columns to fields.
uses('csv-import');
public function array CSVImport::rowFlat()
An indexed array of values read from the file, or null if
the end of file is reached.