文件名称:php-ext-collection:PHP集合扩展-PHP版本7.x
文件大小:98KB
文件格式:ZIP
更新时间:2024-05-21 18:04:22
c php collection php7 php-extension
介绍: vcollect 是一个PHP c extension,提供流畅、便利的数组数据操作。 安装: 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]); Documention License MIT
【文件预览】:
php-ext-collection-master
----.travis.yml(282B)
----.gitmodules(0B)
----example()
--------chunk.php(130B)
--------avg.php(319B)
--------diff.php(146B)
--------all.php(132B)
--------implode.php(368B)
--------max.php(304B)
--------firstWhere.php(359B)
--------get.php(255B)
--------concat.php(195B)
--------last.php(233B)
--------forpage.php(145B)
--------flatMap.php(260B)
--------isEmpty.php(207B)
--------filter.php(396B)
--------key_by.php(496B)
--------diffAssoc.php(263B)
--------groupBy.php(455B)
--------every.php(176B)
--------keys.php(239B)
--------isNotEmpty.php(213B)
--------intersectByKeys.php(250B)
--------except.php(223B)
--------count.php(129B)
--------flatten.php(462B)
--------contains.php(513B)
--------mapToGroups.php(430B)
--------intersect.php(170B)
--------flip.php(165B)
--------has.php(197B)
--------combine.php(143B)
--------toarray.php(132B)
--------forget.php(173B)
--------first.php(247B)
--------map.php(177B)
--------collapse.php(198B)
--------init.php(82B)
----CREDITS(11B)
----image()
--------cover.jpg(63KB)
----php_collection.h(2KB)
----tests()
--------forget.phpt(395B)
--------get.phpt(418B)
--------intersect.phpt(349B)
--------contains.phpt(689B)
--------keys.phpt(476B)
--------intersect_by_key.phpt(484B)
--------implode.phpt(534B)
--------except.phpt(417B)
--------group_by.phpt(1KB)
--------load.phpt(216B)
--------first.phpt(392B)
--------is_not_empty.phpt(367B)
--------flip.phpt(418B)
--------map_to_groups.phpt(768B)
--------last.phpt(378B)
--------has.phpt(352B)
--------init.phpt(278B)
--------for_page.phpt(371B)
--------concat.phpt(509B)
--------toarray.phpt(355B)
--------is_empty.phpt(362B)
--------chunk.phpt(460B)
--------count.phpt(260B)
--------all.phpt(359B)
--------first_where.phpt(687B)
--------key_by.phpt(1KB)
--------flatten.phpt(880B)
--------diff_assoc.phpt(497B)
--------flat_map.phpt(621B)
--------diff.phpt(358B)
--------avg.phpt(463B)
--------map.phpt(437B)
--------every.phpt(313B)
--------collapse.phpt(376B)
--------combine.phpt(373B)
--------max.phpt(439B)
--------filter.phpt(643B)
----collection.php(508B)
----LICENSE(1KB)
----src()
--------common.c(14KB)
--------common.h(3KB)
--------include.h(9KB)
--------method.c(25KB)
--------kernel.c(8KB)
--------exception.c(1KB)
----travis()
--------run-test.sh(337B)
----.gitignore(447B)
----config.w32(410B)
----EXPERIMENTAL(0B)
----README.md(892B)
----collection.c(2KB)
----config.m4(389B)