<?php $resultado = array();for ($i = 0; $i <= 5; $i++){ array_push($resultado, rand(1,60));} sort($resultado);print_r($resultado);
Standard input is empty
Array ( [0] => 10 [1] => 13 [2] => 15 [3] => 26 [4] => 31 [5] => 32 )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!