4)) { return $num . ' ' . $many; } if(($num == 1)) { return $num . ' ' . $one; } return $num . ' ' . $two; } }