<?php exec("/bin/grep -r '$oldword' $rootpath", $results, $errorCode); if ($errorCode){ if ($errorCode == 1){ echo "Possibly no files were found with $oldword in them<BR\n"; } echo "OS Error: $errorCode<BR\n"; echo "Check 'man errno' and count ...
[ 查看全文 ]