Is there a way or a resource for finding the time and space complexity of the Array implementation in PHP other than calculating it by hand?
An array
Accessing and iterating is describe by @Mike-Lewis so far
Anything missed?