A library of various functions for the basic operations.
composer require akademiano/utils
$array = ["key_1" => ["key_2" => "value_1"]]
$var_2 = ArrayTools::get($array, ["key_1", "key_2"]); // $var_2 = "value_1"
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Start as DeltaUtils
Apache-2.0 © mrdatamapper