此软件包最新版本(v1.0.0)没有提供许可信息。

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

This package is not auto-updated.

Last update: 2024-09-25 00:13:44 UTC


README

软件包简要描述。

要求

  • PHP 7.4

安装

$ composer require pankratov/hw3

使用

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