Ping command using php

Source: Internet
Author: User
Welcome to the Linux community forum, and interact with 2 million technical staff to access the method of using php to implement the ping command: the implementation method is actually very simple, mainly using the php built-in function exec to call the ping command, to implement the ping function. you can also use php built-in functions such as system. If you are interested, you can view the manual. the implementation code is as follows :? Php $ to_ping

Welcome to the Linux community forum and interact with 2 million technical staff> go to the php ping command implementation method: the implementation method is actually very simple, mainly using the php built-in function exec to call the ping command, to implement the ping function. you can also use php built-in functions such as system. If you are interested, you can view the manual. the implementation code is as follows :? Php $ to_ping

Welcome to the Linux community forum and interact with 2 million technicians>

Use php to implement the ping command:

The implementation method is actually very simple. It mainly uses the php built-in function exec to call the ping command to implement the ping function. you can also use php built-in functions such as system. If you are interested, you can view the manual. the implementation code is as follows:

$ To_ping = "phpzixue.cn ";

$ Count = 2;

$ Psize = 66;

Echo "Please be patient, this can take a few moments... \ n

";

Flush (); while (1 ){

Echo"

”;

exec(“ping -c $count -s $psize $to_ping”, $list);

for ($i=0;$i < count($list);$i++) {

print $list[$i].“\n”;

}

echo “

";

Flush ();

Sleep (3 );

}

?>

Related Article

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.