A single function to read CSV files

0.2 2022-08-01 10:50 UTC

This package is auto-updated.

Last update: 2025-03-01 00:16:24 UTC


README

A tiny function to read CSV files.

Installation

You can install the package via composer:

composer require librevlad/csv

Usage

$data = floadcsv( $file, $headings = false, $delimiter = ',', $limit = null )

License

The MIT License (MIT).