Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 504 Bytes

CSVImport::rowFlat.md

File metadata and controls

24 lines (16 loc) · 504 Bytes
title package packageTitle layout className type
CSVImport::rowFlat — Core Library
lib
Core Library
default
CSVImport
method

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.