Download the PHP package jimphle/data-structure without Composer
On this page you can find all versions of the php package jimphle/data-structure. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jimphle/data-structure
More information about jimphle/data-structure
Files in jimphle/data-structure
Download jimphle/data-structure
More information about jimphle/data-structure
Files in jimphle/data-structure
Vendor jimphle
Package data-structure
Short Description Jimdo PHP library extraction of data-structure component
License MIT
Homepage https://github.com/Jimdo/jimphle-data-structure
Package data-structure
Short Description Jimdo PHP library extraction of data-structure component
License MIT
Homepage https://github.com/Jimdo/jimphle-data-structure
Please rate this library. Is it a good library?
Informations about the package data-structure
Jimphle-data-structure
Jimdo PHP library extraction of data-structure component.
This comes with a Map and a Vector and a Null implementation of the BaseInterface. Facts:
- Immutable
- Throws InvalidPropertyException on none-existing keys
- Is able convert complete trees of different data structures to json
- Is sometimes not very efficient. For example the fromArray method uses the Vector::isSequentialList check which copies the complete array in memory
A Vector is a representation of an array with sequential numeric indexes:
A Map is a representation of an array with key and value:
Convert an object tree to json:
All versions of data-structure with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package jimphle/data-structure contains the following files
Loading the files please wait ....