php change associative array to normal array code example Example: php transform associative array to array $array = array_values($array);