<?php $w = rand(0,3); if($w == 0) echo 'Камень'; else if($w == 1) echo 'Ножницы'; else if($2 == 2) echo 'Бумага'; ?>