Collection

A сollection is an array in which only elements of the same type can be stored.

Collections may be build with array, or dedicated classes.

See also Collections — How to improve your PHP code

Related : Enumeration, Hash, Map, Generics