首頁  >  文章  >  後端開發  >  php实现ping转_PHP教程

php实现ping转_PHP教程

WBOY
WBOY原創
2016-07-13 17:28:34818瀏覽

Pinging
"; $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); } ?>

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/531768.htmlTechArticlePinging ; $to_ping = dtheatre.com; $count = 3; $psize = 65; echo Please be patient, this can take a few moments... ; flush(); while (1) { ?>...
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn