$array = file('archivo.txt'); $array = array_filter($array, create_function('$s', 'return !empty($s);'));