This class allows objects to work as arrays.
Properties of the object have their normal functionality when accessed as list (var_dump, foreach, etc.).
Entries can be accessed as properties (read and write).
版本 | 说明 |
---|---|
5.3.0 | Implements Serializable. |