kfosoft/php-array-helper

There is no license information available for the latest version (1.0.1) of this package.

PHP Array Helper

1.0.1 2015-09-20 20:56 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:20:00 UTC


README

Installation

Installation with Composer

Either run

    php composer.phar require --prefer-dist kfosoft/php-array-helper:"*"

or add in composer.json

    "require": {
            ...
            "kfosoft/php-array-helper":"*"
    }

Well done!

Methods

ArrayHelper::rDiff($array1,$array2) - find difference recursive
ArrayHelper::rDiffAssoc($array1,$array2) - find difference recursive with array keys

Enjoy, guys!