| php Programming Glossary: dnumGet the maximum value from an element in a multidimensional array? http://stackoverflow.com/questions/2189479/get-the-maximum-value-from-an-element-in-a-multidimensional-array  than what I'm posting here 0 stdClass Object  id 70 cust 4 dnum 1 upper Array   0 66  1 stdClass Object  id 43 cust 42 dnum.. 1 upper Array   0 66  1 stdClass Object  id 43 cust 42 dnum 2 upper Array   0 77  2 stdClass Object  id 12 cust 3 dnum 0.. dnum 2 upper Array   0 77  2 stdClass Object  id 12 cust 3 dnum 0 upper Array   0 99  I'm trying to find the maximum dnum value.. 
 |