L!MP (07.12.2011/11:15)Все класс,но теперь считает например 11 секунд пишет как 1 секунда, 12 секунд как 2 секунды
localhost, [php]
function morph($int, $expressions) {
if (count($expressions) < 3)
$expressions[2] = $expressions[1];
$int = (int)$int;
$count = $int % 100;
if ($count >= 5 && $count <= 20)