Documentation

isCsvImportable

CSV importtable interface

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2020, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
4.5

Table of Contents

assignCsvRow()  : bool
getFields()  : array<string|int, mixed>

Methods

assignCsvRow()

public assignCsvRow(array<string|int, mixed> $csvRow) : bool
Parameters
$csvRow : array<string|int, mixed>
Return values
bool

getFields()

public getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results