zver/array-helper

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

this is universal package template for development and testing

1.0.5 2017-05-28 01:05 UTC

This package is auto-updated.

Last update: 2024-03-23 18:09:38 UTC


README

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