Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Build Status

介绍:

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

wiki

License

MIT

About

PHP collection extensions - PHP Version 7.x

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.