PHPackages                             jizuscreed/callbackable-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. jizuscreed/callbackable-array-functions

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

jizuscreed/callbackable-array-functions
=======================================

Some wrappers for php array functions, which provides callback-ability to them

1.0.1(7y ago)014MITPHPPHP &gt;=7.0

Since Nov 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jizuscreed/callbackable-array-functions)[ Packagist](https://packagist.org/packages/jizuscreed/callbackable-array-functions)[ RSS](/packages/jizuscreed-callbackable-array-functions/feed)WikiDiscussions master Synced 6d ago

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

callbackable-array-functions
============================

[](#callbackable-array-functions)

Some wrappers for php array functions, which provides callback-ability to them

#### Advantages

[](#advantages)

It is not another implementation of core same-named functions. Packet internally uses php core same-named functions (all magic from Decorators), so you can be sure, that callbackable function will work totally like same core function of your php version

#### Implemented functions

[](#implemented-functions)

- array\_unique

#### Installation

[](#installation)

Use composer:

```
composer require jizuscreed/callbackable-array-functions

```

#### Using

[](#using)

```
