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

array helper module

v1.0.1 2024-02-14 19:16 UTC

This package is auto-updated.

Last update: 2024-09-14 20:30:36 UTC


README

Тестовое задание composer

Требования

php >= 8.0

Установка

composer require devgobankiros/ocp-hw

Использование

<?php
$arrayHelper = new ArrayHelper();
echo $arrayHelper->getArrayCount([1,2]);