Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-PhpCollection | Distribution: Unknown |
Version: 0.6.0 | Vendor: Remi's RPM repository <https://rpms.remirepo.net/> |
Release: 1.el9.remi | Build date: Mon Mar 21 16:28:21 2022 |
Group: Development/Libraries | Build host: builder.remirepo.net |
Size: 70761 | Source RPM: php-PhpCollection-0.6.0-1.el9.remi.src.rpm |
Packager: Remi Collet | |
Url: http://jmsyst.com/libs/php-collection | |
Summary: General purpose collection library for PHP |
This library adds basic collections for PHP. Collections can be seen as more specialized arrays for which certain contracts are guaranteed. Supported Collections: * Sequences ** Keys: numerical, consequentially increasing, no gaps ** Values: anything, duplicates allowed ** Classes: Sequence, SortedSequence * Maps ** Keys: strings or objects, duplicate keys not allowed ** Values: anything, duplicates allowed ** Classes: Map, ObjectMap (not yet implemented) * Sets (not yet implemented) ** Keys: not meaningful ** Values: anything, each value must be unique (===) ** Classes: Set General Characteristics: * Collections are mutable (new elements may be added, existing elements may be modified or removed). Specialized immutable versions may be added in the future though. * Equality comparison between elements are always performed using the shallow comparison operator (===). * Sorting algorithms are unstable, that means the order for equal elements is undefined (the default, and only PHP behavior). Autoloader: /usr/share/php/PhpCollection/autoload.php
ASL 2.0
* Mon Mar 21 2022 Remi Collet <remi@remirepo.net> - 0.6.0-1 - update to 0.6.0
/usr/share/doc/php-PhpCollection /usr/share/doc/php-PhpCollection/README.md /usr/share/doc/php-PhpCollection/composer.json /usr/share/licenses/php-PhpCollection /usr/share/licenses/php-PhpCollection/LICENSE /usr/share/php/PhpCollection /usr/share/php/PhpCollection/AbstractCollection.php /usr/share/php/PhpCollection/AbstractMap.php /usr/share/php/PhpCollection/AbstractSequence.php /usr/share/php/PhpCollection/CollectionInterface.php /usr/share/php/PhpCollection/EntityLikeObject.php /usr/share/php/PhpCollection/Map.php /usr/share/php/PhpCollection/MapInterface.php /usr/share/php/PhpCollection/ObjectBasics.php /usr/share/php/PhpCollection/ObjectBasicsHandler /usr/share/php/PhpCollection/ObjectBasicsHandler.php /usr/share/php/PhpCollection/ObjectBasicsHandler/DateTimeHandler.php /usr/share/php/PhpCollection/ObjectBasicsHandler/IdentityHandler.php /usr/share/php/PhpCollection/ObjectBasicsHandlerRegistry.php /usr/share/php/PhpCollection/Sequence.php /usr/share/php/PhpCollection/SequenceInterface.php /usr/share/php/PhpCollection/Set.php /usr/share/php/PhpCollection/SetInterface.php /usr/share/php/PhpCollection/SortableInterface.php /usr/share/php/PhpCollection/SortedSequence.php /usr/share/php/PhpCollection/autoload.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 11 16:17:47 2025