<?php $arr = [1,2,3,4,5,6,7,8,9,10]; $start = microtime(true); print_r(array_rand($arr,7)); echo microtime(true)-$start;
You have javascript disabled. You will not be able to edit any code.