$i = 0; while (false !== ($archivo = readdir($gestor))) { if ($archivo != "." && $archivo != "..") { $archivos[$i] = $archivo; } $i++; }