punches/otus-hv-4.2

此包最新版本(v1.0.1)没有可用的许可信息。

按编号降序

v1.0.1 2019-04-04 22:14 UTC

This package is not auto-updated.

Last update: 2024-09-19 23:41:55 UTC


README

安装

$ git clone https://github.com/Punches/otus-hv-4.2.git

$ composer require punches/otus-hv-4.2

使用

<?
    use Otus\Lessons\Lesson4\DeclinerNumbers;
    
    $example = new DeclinerNumbers;
    $cows = 33;
    
    echo sprintf('%d %s%s', $cows, $example->declinNumber($cows, "корова", "коровы", "коров"), PHP_EOL);