object(stdClass)#14 (9) { ["time"]=> int(1367856000) ["summary"]=> string(5) "Clear" ["icon"]=> string(9) "clear-day" ["precipType"]=> string(4) "rain" ["temperature"]=> float(61.43) ["apparentTemperature"]=> float(61.43) ["windSpeed"]=> float(6.08) ["windBearing"]=> int(134) ["pressure"]=> float(1010.98) } [10]=>
object(stdClass)#15 (9) { ["time"]=> int(1367859600) ["summary"]=> string(5) "Clear" ["icon"]=> string(9) "clear-day" ["precipType"]=> string(4) "rain" ["temperature"]=> float(62.79) ["apparentTemperature"]=> float(62.79) ["windSpeed"]=> float(9.48) ["windBearing"]=> int(146) ["pressure"]=> float(1011.36) } [11]=>
Hello, could someone please help me with outputting specific var_dump data objects to string variables, which can later can be used to print/echo or insert into a database? I have seen many examples, but I still cannot find an example that works for me.