Download the PHP package lucid/phlist without Composer
On this page you can find all versions of the php package lucid/phlist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor lucid
Package phlist
Short Description collection modelled after python's list data type.
License MIT
Package phlist
Short Description collection modelled after python's list data type.
License MIT
Please rate this library. Is it a good library?
Informations about the package phlist
Python List-Like Data Structure For php.
Requirements
Installation
Phlist class
The Phlist
class implements a ListInterface
and is modelled after pythons list
.
ListInterface API
ListInterface ListInterface::push(mixed $value)
ListInterface ListInterface::insert(int $index, mixed $value)
mixed ListInterface::pop(void)
ListInterface ListInterface::remove(mixed $value)
ListInterface ListInterface::sort(callable $sort|null)
ListInterface ListInterface::reverse(void)
ListInterface ListInterface::countValue(mixed $value)
ListInterface ListInterface::extend(ListInterface $list)
All versions of phlist with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package lucid/phlist contains the following files
Loading the files please wait ....