Category
SplFastArray to speed up your PHP arrays - Etienne Kneuss
Antony got the idea to implement a C-like array wrapper in SPL: SplFastArray. The main advantage of that class is performance, it’s indeed faster than PHP arrays. How so? No free lunch: The speedup comes from the fact that non-numeric indexes are not allowed and that the array is of fixed size (which means no […]
Popularity: unranked [?]
Harry Roberts’ Blog: Manipulating PHP arrays with SQL
Popularity: unranked [?]
Tips : RecursiveArrayIterator on mulitdimensional Array - Antoine Ughetto
Popularity: unranked [?]
Developer Tutorials Blog: PHP array_walk(): Run an array through a function
Popularity: unranked [?]
Make Me Pulse Blog: Tips : RecursiveArrayIterator on mulitdimensional Array
Popularity: unranked [?]
Array problems with SOAP and PHP - Updated - Eirik Hoem
Popularity: unranked [?]
DevShed: The Switch Statement and Arrays
Popularity: unranked [?]
ProDevTips: Sorting 2D-arrays in PHP - anectodes and reflections
Popularity: unranked [?]
Array based tree structure - Richard Heyes
Popularity: unranked [?]
Datagrid and arrays (again) - Richard Heyes
Popularity: unranked [?]