dev-master
9999999-dev http://video.varzesh3.com/Php Array Opertion Class
MIT
The Requires
- php >=5.4.0
php array convert diff combin
Wallogit.com
2017 © Pedro Peláez
Php Array Opertion Class
PHP class to Operation an Array, (*1)
PHP have useful arrays function(like:array_map, array_diff,...) but I think those functions can be better and powerful so I write this class. My approach is like CakePHP Hash Utility Class., (*2)
Php Array Requires PHP >= 5.4, (*3)
You can install this package using composer. Add this package to your composer.json:, (*4)
"require": {
"mahdi-mohammadi/php-array": "dev-master"
}
or if you prefer command line, change directory to project root and:, (*5)
php composer.phar require "mahdi-mohammadi/php-array":"dev-master"
Get a copy of package source code. You can do this in two ways:, (*6)
git clone https://github.com/mahdi-mohammadi/php-array.git to clone this repository After getting a copy of source code, it is enough to include phpArray.class.php where you need to use it., (*7)
require_once 'path/to/source/phpArray.class.php';
Please see examples.php and example-static.php for working examples., (*8)
Hash Class was created by CakePHP and released under the MIT License so Php Array released under the MIT License too., (*9)
Copyright (C) 2015 Mahdi Mohammadi, (*10)
Php Array Opertion Class
MIT
php array convert diff combin