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

v1.0.0 2023-05-22 19:34 UTC

This package is not auto-updated.

Last update: 2024-10-23 00:25:37 UTC


README

Краткое описание пакета.

Требования

  • PHP 7.4

Установка

$ composer require pankratov/hw3

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

<?php
$processor = new StringProcessor();
echo $processor->getLength('my string');