creating stable chaos
making patterns where there should be none
sewing order into the chaos
you spit in the face of random numbers, of chaos
/**
* Attnam Party function
*/
function attnam_party( $people ) {
for( $i = 0; $i < count($people); $i++ ) {
echo $people[$i]['name'] . " is here to party\n";
}
}