julisana wrote in php

Arrays

I'm currently looking this up, but I just seem to be missing the answer.

Do arrays in PHP use the [] notation to access the differet elements? Or do they need something else, like iterators, to access the elements?

Thanks!