Methods
1 to 18 of 18
- parseCSV::__construct() – Constructor Class constructor
- parseCSV::_check_count() – Check if passed info might be delimiter Only used by find_delimiter
- parseCSV::_check_data() – Check file data
- parseCSV::_enclose_value() – Enclose values if needed – only used by unparse()
- parseCSV::_rfile() – Read local file
- parseCSV::_validate_offset() – Validates if the row is within the offset or not if sorting is disabled
- parseCSV::_validate_row_condition() – Validate a row against a single condition
- parseCSV::_validate_row_conditions() – Validate a row against specified conditions
- parseCSV::_wfile() – Write to local file
- parseCSV::auto() – Auto Auto-Detect Delimiter: Find delimiter by analyzing a specific number of rows to determine most probable delimiter character
- parseCSV::encoding() – Encoding Convert character encoding
- parseCSV::load_data() – Load local file or string
- parseCSV::output() – Output Generate a CSV based string for output.
- parseCSV::parse_file() – Parse File Read file to string and call parse_string()
- parseCSV::parse_string() – Parse CSV strings to arrays
- parseCSV::parse() – Parse Parse a CSV file or string
- parseCSV::save() – Save Save changes, or write a new file and/or data
- parseCSV::unparse() – Create CSV data from array