Download the PHP package jenner/array_group_by without Composer
On this page you can find all versions of the php package jenner/array_group_by. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package array_group_by
Zebar-PHP-ArrayGroupBy
为什么使用Zebra-PHP-ArrayGroupBy
在如下场景中,我们总是希望能够在php中使用类似mysql的groupby操作:
- SQL过于复杂,造成数据库运算效率低下
- 从数据库中读取出原始数据,在php中进行运算,增强代码重用率
- 其他非数据库场景的数组归并场景
Zebar-PHP-ArrayGroupBy能够做什么
- 对二维数组进行归并
- 归并的同时,支持对字段进行自定义处理
- 对数据组按照某一字段排序
- 比SQL更灵活的自定义函数,你可以随意编写归并和字段合并函数
示例:
结果:
举例
- 归并过程中,实现对结果的中值计算
- 归并过程中,对时间字段进行自定义处理,例如归并每5分钟的数据
- 等等
链式调用
All versions of array_group_by with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jenner/array_group_by contains the following files
Loading the files please wait ....