Class waCSV
public static
|
|
public
|
#
__construct( mixed $first_line = false, mixed $delimiter = ",", mixed $fields = array(), mixed $file = false )
Constructor |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
string
|
|
public
array
|
|
protected
|
|
protected
|
|
public
|
|
public
array
|
integer |
MAX_FIELDS_COUNT
|
100 |
protected
boolean
|
$file | false |
|
protected
mixed
|
$handler |
|
|
public static
array
|
$delimiters | array(
0 => array(",", "Comma"),
1 => array(";", "Semicolon"),
2 => array("\t", "Tab"),
//3 => array(".", "Period")
) |
|
protected
string
|
$quote | '"' |
|
protected
integer
|
$length | 4096 |
|
protected
array
|
$extensions | array('txt', 'csv') |
|
protected
mixed
|
$delimiter |
|
|
protected
array
|
$fields |
|
|
protected
boolean
|
$first_line | false |
|
protected
boolean
|
$format_id | false |
|
public
boolean
|
$encode | false |