php实现ping

6年以前  |  阅读数:1075 次  |  编程语言:PHP 

<?php // created by joe lumbroso
// see some other good php3 scripts
// goto http://www.dtheatre.com/scripts echo "<font color=\"red\">Pinging
";
$to_ping = "dtheatre.com";
$count = 3;
$psize = 65;
echo " Please be patient, this can take a few moments...\n

";
flush(); while (1) {
?>

   
   
(出处:Viphot)

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8