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