<?php array_values(array $array): array
<?php public function initFromArray($array) { $array = array_values($array); if (count($array) == 4) {