Home  >  Article  >  Backend Development  >  Ping transfer in php_PHP tutorial

Ping transfer in php_PHP tutorial

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

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) { ?>...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn