zver/array-helper

this is universal package template for development and testing


Keywords
array, helper, arrays, zver
License
GPL-3.0

Documentation

Zver\ArrayHelper

To help you manipulate with arrays

Example usage

$reversed=ArrayHelper::load([1,2,34,4])
                ->reverse()
                ->getArray();

Documentation

Prepare package

php prepare.php

Test package

php test.php

Generate package documentation in HTML and Markdown

php doc.php