request: Array
(
)
gendArray: Array
(
    [int] => 3
    [float] => 3.14
    [text] => hi there
    [zarray] => Array
        (
            [bob] => 3
            [time] => 1785024298
            [zarray2] => Array
                (
                    [month] => june
                    [day] => tue
                )

        )

    [text2] => hi there 2
)

(int) => (3) level: 0
(float) => (3.14) level: 0
(text) => (hi there) level: 0
----(bob) => (3) level: 1
----(time) => (1785024298) level: 1
--------(month) => (june) level: 2
--------(day) => (tue) level: 2
(text2) => (hi there 2) level: 0

Build Your Array