Flattening a Multidimensional Array

16 10 2014

A 3D projection of an 8-cell performing a doub...

Image via Wikipedia

 

To meet the challenge of flattening a multidimensional array, one should consider Read the rest of this entry »





Maximum Value

29 08 2010

Sometimes you may wish to use PHP to do something as simple as finding the maximum numeric value in an array. Read the rest of this entry »





Multi-Dimensional Array Fun!

8 07 2010

Working with multi-dimensional arrays in PHP can actually be fun. There is virtually every array function built into PHP that you could hope for. That said, one must carefully choose the right one(s). Read the rest of this entry »