Mega Code Archive

 
Categories / Php / Data Type
 

Shuffle( ) function randomizes the position of the elements

<?     $natural_born_killers = array("lions", "tigers", "bears", "kittens");     shuffle($natural_born_killers); ?>