What could I add to the following code to filter the returned results using keywords in an array?
发出关键词并发出单调呼的法典位于贾瓦斯里。
下面的代码开立档案,使用请求使用一个点子,开立档案查找点,并从点子到档案末检索所有记录线。 然后,它形成一个JSON物体,然后送回Javacript。
function tail(){
$keywords = json_decode($_REQUEST[ keywords ]);
$file = "/path/to/the/log.log";
$handle = fopen($file, "r");
clearstatcache();
if ($_REQUEST[ pointer ] == ) {
fseek($handle, -1024, SEEK_END);
} else {
fseek($handle, $_REQUEST[ pointer ]);
}
while ($buffer = fgets($handle)) {
$log .= $buffer . "<br />
";
}
$output = array("pointer" => ftell($handle), "log" => $log);
fclose($handle);
echo json_encode($output);
}
请告诉我,我如何能够利用关键词阵列中的关键词对检索的数据进行过滤。