n" } echo "OS"/> n" } echo "OS">
exec("/bin/grep -r '$oldword' $rootpath", $results, $errorCode);
if ($errorCode){
if ($errorCode == 1){
echo "아마도 $oldword가 포함된 파일을 찾을 수 없습니다
n";
}
echo "OS 오류: $errorCode
n";
echo "'man errno'를 확인하고 카운트다운
n";
echo "보통 경로/권한
n";
}
while (list(,$path) = 각각($results)){
$parts =Explode(':', $path);
$경로 = $parts[0];
$fp = fopen($path, 'r') 또는 print("$path
n을 읽을 수 없습니다.");
if ($fp){
$data = fread($fp, filesize($path));
fclose($fp);
$newdata = str_replace($oldword, $newword, $data);
$fp = fopen($path, 'w') 또는 print("$path
n을 쓸 수 없습니다.");
if ($fp){
fwrite($fp, $newdata);
fclose($fp);
echo $path, "
n";
}
}
}
?>
예
http://yourserver.com/globalreplace.php?oldword=test&newword=text&rootpath=/path/to/dir
以上就介绍了전체새로운版大school英语综合教程2课文翻译전체文搜索및替换,包括了전체새로운版大school英语综合教程2课文翻译방면적内容,希望对PHP教程에는 朋友有所帮助이 있습니다.