php实现ping
程序员文章站
2022-06-12 15:59:38
...
// created by joe lumbroso
// see some other good php3 scripts
// goto http://www.dtheatre.com/scripts
echo Pinging;
$to_ping = dtheatre.com;
$count = 3;
$psize = 65;
echo Please be patient, this can take a few moments...\n;
flush();
while (1) {
?>
// see some other good php3 scripts
// goto http://www.dtheatre.com/scripts
echo Pinging;
$to_ping = dtheatre.com;
$count = 3;
$psize = 65;
echo Please be patient, this can take a few moments...\n;
flush();
while (1) {
?>
上一篇: 用PHP实现文件管理系统_PHP教程