I have this result i want to parse and get Lfam for example in following my result :
How I can parse this result ?
I searched, but I didn't found out how I could do it.
Thanks
Code:
object(stdClass)[159] > > public 'PapFamType' => > > array (size=28) > > 0 => > > object(stdClass)[164] > > public 'Owner' => string '' (length=0) > > public 'Fam' => string 'CMM' (length=3) > > public 'Lfam' => string 'Couché moderne mat' (length=19) > public 'Ctype' => string 'CM5' (length=3) > public 'Ltype' => string 'Chromomat' (length=9) > public 'Ccoul' => string 'BC' (length=2) > public 'Lcoul' => string 'BLANC' (length=5) > public 'Gramm' => string '400' (length=3) > public 'PoidsM' => string '0' (length=1) > > 1 => > object(stdClass)[165] > public 'Owner' => string '' (length=0) > public 'Fam' => string 'CMM' (length=3) > public 'Lfam' => string 'Couché Moderne Mat' (length=19) > public 'Ctype' => string 'CM5' (length=3) > public 'Ltype' => string 'Chromomat' (length=9) > public 'Ccoul' => string 'IV' (length=2) > public 'Lcoul' => string 'IVOIRE NATUREL' (length=14) > public 'Gramm' => string '250' (length=3) > public 'PoidsM' => string '0' (length=1)
I searched, but I didn't found out how I could do it.
Thanks
Comment