Mehrdimensionales Array in String konvertieren und wieder zurück

Hallo,

ich lese aktuell über die API von Solcast ein Array ein.

Dieses Array möchte ich etwas weiter auswerten.
Da ich aber nicht der super PHP Experte bin, muss ich das Skript relativ oft zum testen starten.

Das Problem ist: Ich kann von Solcast nur 10 Requests pro Tag anfordern, die 10 habe ich heute schon voll.

Jetzt hätte ich die Idee gehabt, dass gelieferte mehrdimensionale Array in einen String zu konvertieren und den String dann in einem anderen Skript wieder zu einem Array wandeln und weiter verarbeiten, das andere Skript kann ich ja dann so oft starten wie ich will, die Daten liegen ja dann im String.

Mit implode und explode habe ich mich schon versucht, aber da muss ich wahrscheinlich mit einer For Schleife inklusive implode ran.

Wie könnte ich das anstellen?
Gibt es noch andere Möglichkeiten?

Wie gesagt, meine Tests sind halt auf 10 Skriptdurchläufe am Tag beschränkt, somit komme ich nicht wirklich weiter.

Dnake schon mal.

Hier wäre das Array

array(97) {
  [0]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,2308)
    ["pv_estimate10"]=>
    float(0,1957)
    ["pv_estimate90"]=>
    float(0,2659)
    ["period_end"]=>
    string(28) "2023-09-13T16:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [1]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,1014)
    ["pv_estimate10"]=>
    float(0,071)
    ["pv_estimate90"]=>
    float(0,1267)
    ["period_end"]=>
    string(28) "2023-09-13T17:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [2]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,0203)
    ["pv_estimate10"]=>
    float(0,0051)
    ["pv_estimate90"]=>
    float(0,0304)
    ["period_end"]=>
    string(28) "2023-09-13T17:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [3]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T18:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [4]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T18:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [5]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T19:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [6]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T19:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [7]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T20:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [8]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T20:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [9]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T21:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [10]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T21:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [11]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T22:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [12]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T22:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [13]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T23:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [14]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-13T23:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [15]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T00:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [16]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T00:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [17]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T01:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [18]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T01:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [19]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T02:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [20]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T02:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [21]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T03:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [22]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T03:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [23]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T04:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [24]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T04:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [25]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,016)
    ["pv_estimate10"]=>
    float(0,0053)
    ["pv_estimate90"]=>
    float(0,0168)
    ["period_end"]=>
    string(28) "2023-09-14T05:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [26]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,1652)
    ["pv_estimate10"]=>
    float(0,0962)
    ["pv_estimate90"]=>
    float(0,17346)
    ["period_end"]=>
    string(28) "2023-09-14T05:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [27]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,349)
    ["pv_estimate10"]=>
    float(0,2537)
    ["pv_estimate90"]=>
    float(0,36645)
    ["period_end"]=>
    string(28) "2023-09-14T06:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [28]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,8056)
    ["pv_estimate10"]=>
    float(0,6663)
    ["pv_estimate90"]=>
    float(0,84588)
    ["period_end"]=>
    string(28) "2023-09-14T06:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [29]=>
  array(5) {
    ["pv_estimate"]=>
    float(1,4326)
    ["pv_estimate10"]=>
    float(1,0706)
    ["pv_estimate90"]=>
    float(1,457)
    ["period_end"]=>
    string(28) "2023-09-14T07:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [30]=>
  array(5) {
    ["pv_estimate"]=>
    float(2,1798)
    ["pv_estimate10"]=>
    float(1,3849)
    ["pv_estimate90"]=>
    float(2,3058)
    ["period_end"]=>
    string(28) "2023-09-14T07:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [31]=>
  array(5) {
    ["pv_estimate"]=>
    float(2,8623)
    ["pv_estimate10"]=>
    float(1,6076)
    ["pv_estimate90"]=>
    float(3,1121)
    ["period_end"]=>
    string(28) "2023-09-14T08:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [32]=>
  array(5) {
    ["pv_estimate"]=>
    float(3,4824)
    ["pv_estimate10"]=>
    float(1,8077)
    ["pv_estimate90"]=>
    float(3,8692)
    ["period_end"]=>
    string(28) "2023-09-14T08:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [33]=>
  array(5) {
    ["pv_estimate"]=>
    float(4,0824)
    ["pv_estimate10"]=>
    float(1,9957)
    ["pv_estimate90"]=>
    float(4,5887)
    ["period_end"]=>
    string(28) "2023-09-14T09:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [34]=>
  array(5) {
    ["pv_estimate"]=>
    float(4,5505)
    ["pv_estimate10"]=>
    float(2,1256)
    ["pv_estimate90"]=>
    float(5,1714)
    ["period_end"]=>
    string(28) "2023-09-14T09:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [35]=>
  array(5) {
    ["pv_estimate"]=>
    float(4,9019)
    ["pv_estimate10"]=>
    float(2,1616)
    ["pv_estimate90"]=>
    float(5,6865)
    ["period_end"]=>
    string(28) "2023-09-14T10:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [36]=>
  array(5) {
    ["pv_estimate"]=>
    float(5,1328)
    ["pv_estimate10"]=>
    float(2,1339)
    ["pv_estimate90"]=>
    float(6,0844)
    ["period_end"]=>
    string(28) "2023-09-14T10:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [37]=>
  array(5) {
    ["pv_estimate"]=>
    float(5,2363)
    ["pv_estimate10"]=>
    float(2,0317)
    ["pv_estimate90"]=>
    float(6,3838)
    ["period_end"]=>
    string(28) "2023-09-14T11:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [38]=>
  array(5) {
    ["pv_estimate"]=>
    float(5,1458)
    ["pv_estimate10"]=>
    float(1,8373)
    ["pv_estimate90"]=>
    float(6,5757)
    ["period_end"]=>
    string(28) "2023-09-14T11:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [39]=>
  array(5) {
    ["pv_estimate"]=>
    float(4,8555)
    ["pv_estimate10"]=>
    float(1,5571)
    ["pv_estimate90"]=>
    float(6,6539)
    ["period_end"]=>
    string(28) "2023-09-14T12:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [40]=>
  array(5) {
    ["pv_estimate"]=>
    float(4,6933)
    ["pv_estimate10"]=>
    float(1,3971)
    ["pv_estimate90"]=>
    float(6,5977)
    ["period_end"]=>
    string(28) "2023-09-14T12:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [41]=>
  array(5) {
    ["pv_estimate"]=>
    float(4,7104)
    ["pv_estimate10"]=>
    float(1,3404)
    ["pv_estimate90"]=>
    float(6,4606)
    ["period_end"]=>
    string(28) "2023-09-14T13:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [42]=>
  array(5) {
    ["pv_estimate"]=>
    float(4,675)
    ["pv_estimate10"]=>
    float(1,2741)
    ["pv_estimate90"]=>
    float(6,195)
    ["period_end"]=>
    string(28) "2023-09-14T13:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [43]=>
  array(5) {
    ["pv_estimate"]=>
    float(4,545)
    ["pv_estimate10"]=>
    float(1,1981)
    ["pv_estimate90"]=>
    float(5,7836)
    ["period_end"]=>
    string(28) "2023-09-14T14:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [44]=>
  array(5) {
    ["pv_estimate"]=>
    float(4,3122)
    ["pv_estimate10"]=>
    float(1,0647)
    ["pv_estimate90"]=>
    float(5,2748)
    ["period_end"]=>
    string(28) "2023-09-14T14:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [45]=>
  array(5) {
    ["pv_estimate"]=>
    float(3,9678)
    ["pv_estimate10"]=>
    float(0,8876)
    ["pv_estimate90"]=>
    float(4,7111)
    ["period_end"]=>
    string(28) "2023-09-14T15:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [46]=>
  array(5) {
    ["pv_estimate"]=>
    float(3,1995)
    ["pv_estimate10"]=>
    float(0,7133)
    ["pv_estimate90"]=>
    float(3,9516)
    ["period_end"]=>
    string(28) "2023-09-14T15:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [47]=>
  array(5) {
    ["pv_estimate"]=>
    float(2,2939)
    ["pv_estimate10"]=>
    float(0,499)
    ["pv_estimate90"]=>
    float(3,1273)
    ["period_end"]=>
    string(28) "2023-09-14T16:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [48]=>
  array(5) {
    ["pv_estimate"]=>
    float(1,5621)
    ["pv_estimate10"]=>
    float(0,2208)
    ["pv_estimate90"]=>
    float(2,2131)
    ["period_end"]=>
    string(28) "2023-09-14T16:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [49]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,8075)
    ["pv_estimate10"]=>
    float(0,0963)
    ["pv_estimate90"]=>
    float(1,2186)
    ["period_end"]=>
    string(28) "2023-09-14T17:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [50]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,0909)
    ["pv_estimate10"]=>
    float(0,0154)
    ["pv_estimate90"]=>
    float(0,1308)
    ["period_end"]=>
    string(28) "2023-09-14T17:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [51]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T18:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [52]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T18:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [53]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T19:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [54]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T19:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [55]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T20:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [56]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T20:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [57]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T21:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [58]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T21:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [59]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T22:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [60]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T22:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [61]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T23:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [62]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-14T23:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [63]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-15T00:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [64]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-15T00:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [65]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-15T01:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [66]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-15T01:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [67]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-15T02:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [68]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-15T02:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [69]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-15T03:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [70]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-15T03:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [71]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-15T04:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [72]=>
  array(5) {
    ["pv_estimate"]=>
    int(0)
    ["pv_estimate10"]=>
    int(0)
    ["pv_estimate90"]=>
    int(0)
    ["period_end"]=>
    string(28) "2023-09-15T04:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [73]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,0109)
    ["pv_estimate10"]=>
    float(0,0055)
    ["pv_estimate90"]=>
    float(0,011445)
    ["period_end"]=>
    string(28) "2023-09-15T05:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [74]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,1301)
    ["pv_estimate10"]=>
    float(0,0756)
    ["pv_estimate90"]=>
    float(0,136605)
    ["period_end"]=>
    string(28) "2023-09-15T05:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [75]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,2325)
    ["pv_estimate10"]=>
    float(0,216)
    ["pv_estimate90"]=>
    float(0,244125)
    ["period_end"]=>
    string(28) "2023-09-15T06:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [76]=>
  array(5) {
    ["pv_estimate"]=>
    float(0,7259)
    ["pv_estimate10"]=>
    float(0,5509)
    ["pv_estimate90"]=>
    float(0,762195)
    ["period_end"]=>
    string(28) "2023-09-15T06:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [77]=>
  array(5) {
    ["pv_estimate"]=>
    float(1,4398)
    ["pv_estimate10"]=>
    float(0,9036)
    ["pv_estimate90"]=>
    float(1,4649)
    ["period_end"]=>
    string(28) "2023-09-15T07:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [78]=>
  array(5) {
    ["pv_estimate"]=>
    float(2,3304)
    ["pv_estimate10"]=>
    float(1,1913)
    ["pv_estimate90"]=>
    float(2,3457)
    ["period_end"]=>
    string(28) "2023-09-15T07:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [79]=>
  array(5) {
    ["pv_estimate"]=>
    float(3,1841)
    ["pv_estimate10"]=>
    float(1,4642)
    ["pv_estimate90"]=>
    float(3,1841)
    ["period_end"]=>
    string(28) "2023-09-15T08:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [80]=>
  array(5) {
    ["pv_estimate"]=>
    float(3,96)
    ["pv_estimate10"]=>
    float(1,7417)
    ["pv_estimate90"]=>
    float(3,96)
    ["period_end"]=>
    string(28) "2023-09-15T08:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [81]=>
  array(5) {
    ["pv_estimate"]=>
    float(4,7012)
    ["pv_estimate10"]=>
    float(2,0424)
    ["pv_estimate90"]=>
    float(4,7012)
    ["period_end"]=>
    string(28) "2023-09-15T09:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [82]=>
  array(5) {
    ["pv_estimate"]=>
    float(5,3206)
    ["pv_estimate10"]=>
    float(2,2828)
    ["pv_estimate90"]=>
    float(5,3206)
    ["period_end"]=>
    string(28) "2023-09-15T09:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [83]=>
  array(5) {
    ["pv_estimate"]=>
    float(5,8178)
    ["pv_estimate10"]=>
    float(2,4551)
    ["pv_estimate90"]=>
    float(5,8178)
    ["period_end"]=>
    string(28) "2023-09-15T10:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [84]=>
  array(5) {
    ["pv_estimate"]=>
    float(6,2529)
    ["pv_estimate10"]=>
    float(2,586)
    ["pv_estimate90"]=>
    float(6,2529)
    ["period_end"]=>
    string(28) "2023-09-15T10:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [85]=>
  array(5) {
    ["pv_estimate"]=>
    float(6,5286)
    ["pv_estimate10"]=>
    float(2,6401)
    ["pv_estimate90"]=>
    float(6,5286)
    ["period_end"]=>
    string(28) "2023-09-15T11:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [86]=>
  array(5) {
    ["pv_estimate"]=>
    float(6,7065)
    ["pv_estimate10"]=>
    float(2,6502)
    ["pv_estimate90"]=>
    float(6,7065)
    ["period_end"]=>
    string(28) "2023-09-15T11:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [87]=>
  array(5) {
    ["pv_estimate"]=>
    float(6,7489)
    ["pv_estimate10"]=>
    float(2,5826)
    ["pv_estimate90"]=>
    float(6,7489)
    ["period_end"]=>
    string(28) "2023-09-15T12:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [88]=>
  array(5) {
    ["pv_estimate"]=>
    float(6,7255)
    ["pv_estimate10"]=>
    float(2,4684)
    ["pv_estimate90"]=>
    float(6,7255)
    ["period_end"]=>
    string(28) "2023-09-15T12:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [89]=>
  array(5) {
    ["pv_estimate"]=>
    float(6,5328)
    ["pv_estimate10"]=>
    float(2,3053)
    ["pv_estimate90"]=>
    float(6,5533)
    ["period_end"]=>
    string(28) "2023-09-15T13:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [90]=>
  array(5) {
    ["pv_estimate"]=>
    float(6,234)
    ["pv_estimate10"]=>
    float(2,123)
    ["pv_estimate90"]=>
    float(6,2909)
    ["period_end"]=>
    string(28) "2023-09-15T13:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [91]=>
  array(5) {
    ["pv_estimate"]=>
    float(5,8717)
    ["pv_estimate10"]=>
    float(1,9393)
    ["pv_estimate90"]=>
    float(5,9182)
    ["period_end"]=>
    string(28) "2023-09-15T14:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [92]=>
  array(5) {
    ["pv_estimate"]=>
    float(5,3847)
    ["pv_estimate10"]=>
    float(1,7079)
    ["pv_estimate90"]=>
    float(5,4089)
    ["period_end"]=>
    string(28) "2023-09-15T14:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [93]=>
  array(5) {
    ["pv_estimate"]=>
    float(4,7116)
    ["pv_estimate10"]=>
    float(1,4183)
    ["pv_estimate90"]=>
    float(4,7812)
    ["period_end"]=>
    string(28) "2023-09-15T15:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [94]=>
  array(5) {
    ["pv_estimate"]=>
    float(3,7047)
    ["pv_estimate10"]=>
    float(1,122)
    ["pv_estimate90"]=>
    float(4,0844)
    ["period_end"]=>
    string(28) "2023-09-15T15:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [95]=>
  array(5) {
    ["pv_estimate"]=>
    float(2,5806)
    ["pv_estimate10"]=>
    float(0,7767)
    ["pv_estimate90"]=>
    float(3,1818)
    ["period_end"]=>
    string(28) "2023-09-15T16:00:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
  [96]=>
  array(5) {
    ["pv_estimate"]=>
    float(1,7805)
    ["pv_estimate10"]=>
    float(0,3647)
    ["pv_estimate90"]=>
    float(2,2633)
    ["period_end"]=>
    string(28) "2023-09-15T16:30:00.0000000Z"
    ["period"]=>
    string(5) "PT30M"
  }
}

Typensicher mit serialize und unserialize.
Oder, nicht typensicher, mit json_encode und json_decode.
Michael

1 „Gefällt mir“

Super,

serialize und unserialize führt zum Erfolg.
Wieder was gelernt…