PHP Classes / ADO-like CSV Reader

Parse and retrieve data from CSV files

ADO-like CSV Reader PHP Class

This class can be used to parse and retrieve data from CSV files. It can parse CSV files and extract the data of its rows into class associative array variables. The class can handle the first row of the CSV file as the headers row that define the names of the columns. The field and row separator characters are configurable.

Similar PHP Classes

Search in PHP Classes

Filter by tags