Array
(
    [date] => 1970-01-01
    [drinks] => Array
        (
            [African Taste] => Array
                (
                    [name] => African Taste
                    [alcohol] => 1
                    [image] => image/african_taste.png
                    [ingredients] => Array
                        (
                            [Batida de Coco] => 20
                            [Bananensaft] => 60
                            [Orangensaft] => 20
                        )

                )

            [Baby Blue] => Array
                (
                    [name] => Baby Blue
                    [alcohol] => 1
                    [image] => image/baby_blue.png
                    [ingredients] => Array
                        (
                            [Rum weiß] => 15
                            [Batida de Coco] => 15
                            [Blue Curacao] => 15
                            [Sahne] => 8
                            [Milch] => 47
                        )

                )

            [Cloud 9] => Array
                (
                    [name] => Cloud 9
                    [alcohol] => 
                    [image] => image/cloud_9.png
                    [ingredients] => Array
                        (
                            [Blue Curacao-Sirup] => 29
                            [Milch] => 57
                            [Sprite] => 14
                        )

                )

        )

)
object(DOMElement)#7 (23) {
  ["schemaTypeInfo"]=>
  NULL
  ["tagName"]=>
  string(3) "div"
  ["firstElementChild"]=>
  NULL
  ["lastElementChild"]=>
  NULL
  ["childElementCount"]=>
  int(0)
  ["previousElementSibling"]=>
  NULL
  ["nextElementSibling"]=>
  string(22) "(object value omitted)"
  ["nodeName"]=>
  string(3) "div"
  ["nodeValue"]=>
  string(11) "Alle Trends"
  ["nodeType"]=>
  int(1)
  ["parentNode"]=>
  string(22) "(object value omitted)"
  ["childNodes"]=>
  string(22) "(object value omitted)"
  ["firstChild"]=>
  string(22) "(object value omitted)"
  ["lastChild"]=>
  string(22) "(object value omitted)"
  ["previousSibling"]=>
  NULL
  ["nextSibling"]=>
  string(22) "(object value omitted)"
  ["attributes"]=>
  string(22) "(object value omitted)"
  ["ownerDocument"]=>
  string(22) "(object value omitted)"
  ["namespaceURI"]=>
  NULL
  ["prefix"]=>
  string(0) ""
  ["localName"]=>
  string(3) "div"
  ["baseURI"]=>
  NULL
  ["textContent"]=>
  string(11) "Alle Trends"
}