<?php
$arr = array('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i');
srand(32509475);
var_dump(array_rand($arr));