php实现ping转
程序员文章站
2024-01-23 17:04:16
...
"; $to_ping = "dtheatre.com"; $count = 3; $psize = 65; echo " Please be patient, this can take a few moments...
"; flush(); while (1) { ?>
exec("ping -c $count -s $psize $to_ping", $list); for ($i=0;$i
flush(); sleep(3); } ?>
上一篇: PHP 下载远程文件类(支持断点续传)_PHP教程
下一篇: [thinkphp] 基础指南