Skip to content

Instantly share code, notes, and snippets.

View anthonysterling's full-sized avatar
:octocat:
Working on GitHub Actions

Anthony Sterling anthonysterling

:octocat:
Working on GitHub Actions
View GitHub Profile
<?php
/**
* Iterates over a CSV file using the first
* row (column names) as the array keys for
* each subsequent entry returned
*/
class AssociativeCsvFileIterator extends FilterIterator
{
protected
/**