Ver original$collection = [ 'casa', 'perro', 'arbol', ]; foreach($collection as $item) { echo $item ."\n";}