Heim  >  Artikel  >  Backend-Entwicklung  >  php实现ping转_PHP教程

php实现ping转_PHP教程

WBOY
WBOYOriginal
2016-07-13 17:28:34818Durchsuche

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) { ?>...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn