Skip to content

Provides the same functionality like array_column(), but reported to an array of objects.

License

Notifications You must be signed in to change notification settings

bitzyk/array_column_object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

array_column_object

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.

About

Provides the same functionality like array_column(), but reported to an array of objects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages