$ip = "127.0.0.1"; exec("ping -n 3 $ip", $output, $status); print_r($output);
output looks like below
Array ( [0] => [1] => Pinging 127.0.0.1 with 32 bytes of data: [2] => Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 [3] => Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 [4] => Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 [5] => [6] => Ping statistics for 127.0.0.1: [7] => Packets: Sent = 3, Received = 3, Lost = 0 (0% loss), [8] => Approximate round trip times in milli-seconds: [9] => Minimum = 0ms, Maximum = 0ms, Average = 0ms )
Related Posts:
- What is a slug?
- What’s the net::ERR_HTTP2_PROTOCOL_ERROR about?
- PHP “or” Syntax
- What are namespaces?
- Get the full URL in PHP
- Ping – Request timed out
- Invalid column count in CSV input on line 1 Error
- How to check if a string starts with a specified string?
- mysqli_real_connect(): (HY000/2002): No such file or directory
- How to get the client IP address in PHP
- $wpdb->update or $wpdb->insert results in slashes being added in front of quotes
- Why use $_SERVER[‘PHP_SELF’] instead of “”
- phpMyAdmin: secret passphrase?
- Are there dictionaries in php?
- PHP how to make URL something like product.php?id=1
- laravel updateOrCreate method
- How to listen messageSent event in laravel 5.5
- Mixing a PHP variable with a string literal
- Make a HTTPS request through PHP and get response
- How do the PHP equality (== double equals) and identity (=== triple equals) comparison operators differ?
- How do I pass JavaScript variables to PHP?
- Call to undefined function curl_init().?
- How to verify password against database?
- what is a good method to sanitize the whole $_POST array in php?
- pdo – Call to a member function prepare() on a non-object
- Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes)
- Compare given date with today
- Difference between $_SERVER[‘DOCUMENT_ROOT’] and $_SERVER[‘HTTP_HOST’]
- Multi-line strings in PHP
- Commands out of sync; you can’t run this command now
- Refresh a page using PHP
- cURL error 60: SSL certificate: unable to get local issuer certificate
- Replace spaces with a dash in a URL
- Are PDO prepared statements sufficient to prevent SQL injection?
- Message: Trying to access array offset on value of type null [duplicate]
- retrieve data from db and display it in table in php .. see this code whats wrong with it?
- PDO closing connection
- “Valid CSRF Token Required” in Osticket After login?
- Count how many files in directory PHP
- Simple PHP calculator
- Convert from MySQL datetime to another format with PHP
- Child theme css not overriding parent
- php foreach with multidimensional array
- header location not working in my php code
- PHP Error: Function name must be a string
- Uncaught Error: Call to undefined function mysql_escape_string()
- Parsing domain from a URL
- PHP class not found but it’s included
- How to fix the session_register() deprecated issue?
- How can I capture the result of var_dump to a string?
- Is Angularjs Clientside or Serverside or Both
- Laravel 5 Class ‘Collective\Html\HtmlServiceProvider’ not found on AWS
- MySQL query to get column names?
- How to convert string to boolean php
- Fatal error: Out of memory, but I do have plenty of memory (PHP)
- Are There Any Cron Jobs Alternative?
- How to Create Multiple Where Clause Query Using Laravel Eloquent?
- PHP: How to get referrer URL?
- Changing permissions via chmod at runtime errors with “Operation not permitted”
- php – How do I fix this illegal offset type error
- Warning: A non-numeric value encountered
- Proper Format of iframe in PHP?
- How to find the last day of the month from date?
- Getting ’ instead of an apostrophe(‘) in PHP
- php_network_getaddresses: getaddrinfo failed: Name or service not known (0) Failed To Connect..!
- WooCommerce action hooks and overriding templates
- Updating php version on mac
- Composer: Command Not Found
- Undefined variable: $_SESSION
- Error:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
- The character encoding of the HTML document was not declared
- Object of class mysqli_result could not be converted to string
- Notice: Undefined offset: 0 in
- How to Sort a Multi-dimensional Array by Value
- How to get time difference in minutes in PHP
- How to write a link like which link to the same page in PHP?
- How to write a link like which link to the same page in PHP?
- Download files from server php
- No query results for model [App\Products] Laravel
- Sending POST data without form
- Resetting MySQL Root Password with XAMPP on Localhost
- Insert string at specified position
- PHP + JQuery – How to use these two together? Please see my example
- Data extraction from /Filter /FlateDecode PDF stream in PHP
- Getting a 500 Internal Server Error on Laravel 5+ Ubuntu 14.04
- Access PHP variable in JavaScript
- How to use data-saferedirecturl in a tag in PHP?
- CSS background images in WordPress
- Reset PHP Array Index
- PHP date yesterday [duplicate]
- Clear cache in Symfony: `cache:clear` or `rm -rf`?
- Is there any difference between aes-128-cbc and aes-128 encryption?
- Convert timestamp to readable date/time PHP
- create php live clock
- In where shall I use isset() and !empty()
- Converting a UNIX Timestamp to Formatted Date String
- PHP Call to undefined function
- Formatting a number with leading zeros in PHP
- POST an array from an HTML form without javascript