How To Slice Multidimensional Arrays by Row Values?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Ruebner

    How To Slice Multidimensional Arrays by Row Values?

    Greetings,

    From a DB query, I receive the following result set:

    array(array('ke y1'=>'some val', 'key2'=>'some other val', ..., n),
    array('key1'=>' some val', 'key2'=>'some other val', ..., n),
    array('key1'=>' some val', 'key2'=>'some other val', ..., n),
Working...