Hi out there in Stackland. I was wondering if there was either a function or an easy way to change an associative array into an indexed array.
To elaborate, I\'m using
Is pure php ok?
$array = array_values($array);
Source