vcollect 流畅便利的数组数据操作 PHP C 扩展
vcollect
是一个PHP C 扩展,提供流畅、便利的数组数据操作。
安装
1、Clone
定位于PHP下的ext目录,执行
https://github.com/viest/php-ext-collection
2、编译安装
在扩展目录内,执行
phpize./configure
make && make install
3、修改 ini
在 php.ini 文件中加入 extension = collection.so
使用
创建集合
$collection = \Vtiful\Kernel\Collection::init([1]);
github 地址:https://github.com/viest/php-ext-collection
以上是 vcollect 流畅便利的数组数据操作 PHP C 扩展 的全部内容, 来源链接: utcz.com/p/233461.html