bitzyk/array_column_object
Composer 安装命令:
composer require bitzyk/array_column_object
包简介
Provides the same functionality like array_column(), but reported to an array of objects
README 文档
README
Provides the same functionality like array_column(), but reported to an array of objects.
Installation
The easiest way to install this library is to use Composer and add the following
to your project's composer.json file:
{ "require": { "bitzyk/array_column_object": "~1" } }
Then, when you run composer install, everything will fall magically into place,
and the array_column_object() function will be available to your project, as long as
you are including Composer's autoloader.
However, you do not need Composer to use this library.
This library has no dependencies and should work on older versions of PHP.
Download the code and include src/array_column_object.php in your project, and all
should work fine.
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-10-23