Поздравляю всех причастных к программированию! class ProgrammersDay { function get($day){ $day++; return $day == 256 ? 1 : 0; } }...