php实现ping
时间:2008-04-18 来源:剑心通明
Pinging
";
$to_ping = "dtheatre.com";
$count = 3;
$psize = 65;
echo " Please be patient, this can take a few moments...\n
";
flush();
while (1) {
?>
相关阅读 更多 +
排行榜 更多 +
时间:2008-04-18 来源:剑心通明