(No version information available, might only be in Git)
A Sequence describes the behaviour of values arranged in a single, linear dimension. Some languages refer to this as a "List". It’s similar to an array that uses incremental integer keys, with the exception of a few characteristics:
Use cases:
| 版本 | 说明 | 
|---|---|
| PECL ds 1.3.0 | The interface now extends ArrayAccess. |