Well, I think I know what you need.
Try to code a simple one just now and see what I've come up with.
You should get the following output:
$array[0][0]: this is the data
$array[0][1]: this also
$array[1][0]: this is the data
$array[1][1]: this also
As you may have guessed, the first element of the array is what you need.
HTH.