News Feed
Jobs Feed
Sections




News Archive
Johannes Schluter's Blog:
Data structures in PHP 5.3
December 29, 2008 @ 11:19:28

Continuing on his his series looking at improvements in the upcoming PHP 5.3 release, Johannes Schluter uses this new post to look at some of the new data structures their update will have to offers in the Standard PHP Library.

In the programming world there are quite a few well understood and explored data structures. Which are commonly used in tons of applications, still the only things PHP offered till 5.3 in regards to structuring data were arrays (more precise: hash tables) and objects. So people had to either abuse them for other structures or implement the structures themselves on top of these. Thanks to Etienne things now are changing and PHP's Standard PHP Library (SPL) extension will offer quite a few standard implementations of data structures.

These new data structures are SplDoublyLinkedList, SplStack, SplQueue/SplPirorityQueue, SplHeap/SplMinHeap/SplMaxHeap and SplFixedArray. He explains a bit of what they are and more detail on one specifically - SplFixedArray.

3 comments voice your opinion now!
data structure php5 spl standard library doublylinked stack queue heap fixedarray


blog comments powered by Disqus

Similar Posts

DevShed: Handling Static Data with PHP 5

DevShed: Creating a MySQL Abstraction Layer with Bridge Classes in PHP 5

Nexen.net: PHP Statistics for January 2008

DevShed: Using the spl_autoload() Functions to Build Loader Apps in PHP

Joshua Eichorn's Blog: How would you improve PEAR?


Community Events











Don't see your event here?
Let us know!


podcast series example framework tool interview release unittest development code introduction functional community zendframework2 testing language opinion phpunit application conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework