Let's discuss how php achieves this effect.

Source: Internet
Author: User
Let's discuss how php achieves this effect. Check whether ping can be performed on 201.168.56.17. If you can ping .. Echo (latency) if ping fails, echo (& quot; pingreturn; & quot;) is returned to check whether the other host is running... Daniel gave me some advice. Let's start learning. Let's discuss how php achieves this effect.
Check whether ping can be performed on 201.168.56.17. If you can ping .. Echo (latency)
If ping fails, echo ("ping return;") is returned ;")

Is to check whether the host of the other party is running...

Daniel gave me some advice. Let's start learning. Let's discuss it together.

------ Solution --------------------
Find a piece of code:
PHP code
  ';} Echo 'pinging'. $ host.' ['. gethostbyname ($ host).'] with Port: '. $ port.' of data:

'. "\ R \ n"; for ($ I = 0; $ I <$ num; $ I ++) {echo ping ($ host, $ port ); sleep (1); ob_flush (); flush () ;}?>
------ Solution --------------------
Use exec () in php to call the command to achieve the best.
------ Solution --------------------
$ Ip = "192.168.1.1 ";
Exec ("ping $ ip", $ arr );

Print_r ($ arr );

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.