6 ms·
In fairness, it does give choices -- https://www.php.net/manual/en/spl.datastructures.php https://www.php.net/manual/en/spl.datastructures.php
by tottenhm 6y ago
In fairness, it does give choices -- https://www.php.net/manual/en/spl.datastructures.php https://www.php.net/manual/en/spl.datastructures.php
- duskwuff 6y agoThe SPL data structures are widely considered a mistake. They're awkwardly designed, cannot be type-hinted, and often perform worse than pure-PHP alternatives.