Skip to content

Instantly share code, notes, and snippets.

@nucreativa
Created January 11, 2016 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nucreativa/76c3fd053317a6828075 to your computer and use it in GitHub Desktop.
Save nucreativa/76c3fd053317a6828075 to your computer and use it in GitHub Desktop.
PHP - One line to parse a CSV file into an array
<?php
$csv = array_map('str_getcsv', file('filename.csv'));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment