I have a multidimensional and I want to get the first element of the 2nd dimension.
myArray[0]
is my 2nd dimension. I am not able to use
myArray[0][0]
because I don't know the key of the 2nd dimenson (key = userID). Any idea how to get the first element without knowing the key?