Download the PHP package drips/datastructures without Composer
On this page you can find all versions of the php package drips/datastructures. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download drips/datastructures
More information about drips/datastructures
Files in drips/datastructures
Download drips/datastructures
More information about drips/datastructures
Files in drips/datastructures
Vendor drips
Package datastructures
Short Description Datenstrukturen für PHP, z.B.: Collections
License MIT
Package datastructures
Short Description Datenstrukturen für PHP, z.B.: Collections
License MIT
Keywords collection
Please rate this library. Is it a good library?
Informations about the package datastructures
DataStructures
Dieses Paket beinhaltet eine Klasse DataCollection
zum Speichern von Daten. Hierbei stehen folgende Methoden zur Verfügung:
get($key)
- liefert das Element mit dem entsprechenden$key
zurück. Ist der$key
nicht vorhanden, wirdnull
zurückgegeben.set($key, $value)
- dient zum Einfügen eines Elements in die Collection. Hierbei wird der übergebene$value
beim dazugehörigen$key
hinterlegt.has($key)
- gibttrue
bzw.false
zurück, je nachdem ob der Key in der der Collection existiert oder nicht.getAll()
- liefert die Collection als PHP-Array zurück.
Zusätzlich implementiert die DataCollection
ein ArrayAccess
, somit kann ähnlich wie bei einem Array darauf zugegriffen werden.
z.B.:
All versions of datastructures with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package drips/datastructures contains the following files
Loading the files please wait ....