PHP Transform Assocative Assocative Array to Array

$array = array_values($array);
Esternome