Skip to content

Склонение слов по числительному

License

Notifications You must be signed in to change notification settings

ne0h12/decliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Склонение слов по числительному

$apples = ['Akane', 'Anna', 'Apollo', 'Brina'];

$decline = Decliner\Decliner::on(count($apples), new \Decliner\Declinable\Word('яблоко', 'яблока', 'яблок'));

echo sprintf('В корзине %s', $decline); // В корзине 4 яблока

About

Склонение слов по числительному

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages