ems/collection

Collection 是为 PHP 设计的字典、映射、列表和迭代器

v0.3.2 2024-09-20 10:48 UTC

This package is auto-updated.

Last update: 2024-09-20 11:33:53 UTC


README

PHP 的列表、字典、映射等

Collection 旨在让 PHP 数组的工作方式更接近 Pythonic。大多数集合用于视图,并使用代理和迭代器来简化视图操作,而不会丢失原始对象。

此库处于 alpha 质量。