| title | CSVImport::__construct — Core Library |
|---|---|
| package | lib |
| packageTitle | Core Library |
| layout | default |
| className | CSVImport |
| type | method |
Initialise a CSVImport instance.
uses('csv-import');
public function CSVImport::__construct(string [in] $filename)
| Name | Direction | Type | Description |
|---|---|---|---|
$filename
| in | string |
The path to the CSV file to read. If
$filename ends in .gz, the file will be assumed to be
gzipped and decompressed automatically as it is read.
|