Can someone explain to me by the most easiest way possible difference between following? After reading about PHP arrays, i still dont get it.
print $myArray[0]->token
and
print $myArray[0]["token"]
Edit:
Question is not about best approach, but about meaning of that. Answer can be fond here, but it is not direct answer to my question
token
elementtoken
element