PHP arrays are ordered maps that can be indexed numerically or by string keys (associative arrays). They can be created with the short [] syntax or the older array() syntax.
Arrays can mix types and be nested, making them flexible for representing lists, dictionaries, and simple objects.