Ver original$data = file("php.ini");$out = array();foreach($data as $line) { if (strpos($line, ';') === false ) { $out[] = $line; }}