Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 658 Bytes

File metadata and controls

30 lines (20 loc) · 658 Bytes
title CSVImport::row — Core Library
package lib
packageTitle Core Library
layout default
className CSVImport
type method

CSVImport::row

Read a row from the CSV file.

Synopsis

uses('csv-import');

public function array CSVImport::row()

Description

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.

Return Value

An array of values read from the file, or null if the end of file is reached.