Ver original$array = ["perro","gran danes","2012","Escocia","3000"]; var_dump(array_shift($array), implode(" ", $array));