CsvInterface
in package
implements
Exportable, Importable
Csv interface
Tags
Table of Contents
Interfaces
- Exportable
- Exportable
- Importable
- Importable
Properties
- $lineEnding : mixed
- $separator : mixed
Methods
- __construct() : mixed
- export() : type
- import() : type
Properties
$lineEnding
protected
mixed
$lineEnding
$separator
protected
mixed
$separator
Methods
__construct()
public
__construct([mixed $separator = ',' ][, mixed $lineEnding = "
" ]) : mixed
Parameters
- $separator : mixed = ','
- $lineEnding : mixed = " "
export()
public
export(type $twoDimensionalArray) : type
Parameters
- $twoDimensionalArray : type
Tags
Return values
typeimport()
public
import(type $dataAsString) : type
Parameters
- $dataAsString : type