mtyuryaev/otus-composer-package

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

v1.0.0 2023-09-22 08:27 UTC

This package is not auto-updated.

Last update: 2024-09-21 11:07:23 UTC


README

Высчитывает длинну строки (в том числе кириллица)

Требования

  • PHP 7.4

Установка

$composer requier MTyuryaev/otus-composer-package

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

<?php
$stringLength = new StringLength();
echo  $stringLenght->getLength('example string'); // 14