nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

PHP native data structures #134

Open nozavroni opened 7 years ago

nozavroni commented 7 years ago

I have never used any of PHP's native data structure classes. They seem to be pretty well hidden in the docs. Anyway... check them out and determine if any of them are worth using:

http://php.net/manual/en/spl.datastructures.php

I also need to look into CachingIterator, CallbackFilterIterator, RecursiveFilterIterator, RecursiveCallbackFilterIterator, and the rest of these. I think some of those could make for some very useful streams-related classes.