Skip to content

Instantly share code, notes, and snippets.

@FeroVolar
Last active December 10, 2015 19:48
Show Gist options
  • Save FeroVolar/4483489 to your computer and use it in GitHub Desktop.
Save FeroVolar/4483489 to your computer and use it in GitHub Desktop.
PHP ping
<?php
$output = shell_exec('/bin/ping -c 5 127.0.0.1');
echo "<pre>$output</pre>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment