$handle
$handle :
CodeIgniter CSV Import Class
This library will help import a CSV file into an associative array.
This library treats the first row of a CSV file as a column header row.
get_array( $filepath = FALSE, $column_headers = FALSE, $detect_line_endings = FALSE, $initial_line = FALSE, $delimiter = FALSE) : array
Function that parses a CSV file and returns results as an array.
$filepath | ||
$column_headers | ||
$detect_line_endings | ||
$initial_line | ||
$delimiter |