我是疯子 我怕谁?

所有的东西都是乱弹和自己的技术积累和网络见闻

PHP实现ping

tcsm | 09 十月, 2006 22:50

用php来进行ping,代码如下
<?php  


// created by joe lumbroso 
// see some other good php3 scripts 
// goto http://www.dtheatre.com/scripts 

echo "<font color="red"><blink><b>Pinging</b></blink></font><br>"
$to_ping "dtheatre.com"
$count 3
$psize 65
echo 
" Please be patient, this can take a few moments...n<br><br>"
flush(); 

while (
1) { 
?> 
<pre> 
<? 
exec
("ping -c $count -s $psize $to_ping"$list); 
for (
$i=0;$i count($list);$i++) { 
print 
$list[$i]."n"

?> 
</pre> 
<? 
flush
(); 
sleep(3); 

?>

评论

发表评论
 authimage
 
Accessible and Valid XHTML 1.0 Strict and CSS
Powered by LifeType - Design by BalearWeb