CSVImport::rowFlat
Read a row from the CSV file without mapping columns to fields.
Synopsis
uses('csv-import');
public function array CSVImport::rowFlat()
Return Value
An indexed array of values read from the file, or null if
the end of file is reached.