PHPackages                             torunar/array-functions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. torunar/array-functions

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

torunar/array-functions
=======================

Set of functions to operate the most glorious PHP data structure

v0.0.1(4y ago)03MITPHPPHP &gt;=5.6

Since Sep 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/torunar/array-functions)[ Packagist](https://packagist.org/packages/torunar/array-functions)[ RSS](/packages/torunar-array-functions/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Array functions
===============

[](#array-functions)

Set of functions to operate the most glorious PHP data structure.

Installation
------------

[](#installation)

```
$ composer require torunar/array-functions
```

Functions
---------

[](#functions)

### array\_column

[](#array_column)

Works as the regular [`array_column`](https://www.php.net/manual/en/function.array-column.php) function, but supports column value and index extraction via data providers.

Example:

```
