vcollect 是一个PHP c extension,提供流畅、便利的数组数据操作。
定位于PHP下的ext目录,执行
https://github.com/viest/php-ext-collection在扩展目录内,执行
phpize
./configure
make && make install在php.ini文件中加入extension = collection.so
$collection = \Vtiful\Kernel\Collection::init([1]);MIT
