源代码
/*
站内全文搜索引擎
作者:yannan
*/
function tree($directory)
{
global $string;
.$ファイル、"r")))
「ファイルを開けませんでした」);
exit;
}
// ファイルの内容を検索
While (! Feof ($ myfile)) {
// ファイルから 1 行を読み取ります
$ myLine = fgets 500);
string");
print("in print($path."/".$file);
print("">");
print($directory."/".$file) ;
print("
n");
print(strip_tags($myline));
print("
n");
}
} //出力終了ファイル
fclose($myfile);
} //endif
} //endelse
} //endwhile
$mydir->close();
} //endfunction
//プログラムを開始する
print("
if( (isset($string)) AND ($string!=""))
{
$root=".";
tree($root);
}
?>