Data Type Php

$cards = array("a","b","c","d","e","f","g","h");
shuffle($cards);
print_r($positions);
?>