Skip to content

Instantly share code, notes, and snippets.

@DarrylDias
Created May 14, 2014 11:09
Show Gist options
  • Save DarrylDias/26b5d6b0010ef5a1f202 to your computer and use it in GitHub Desktop.
Save DarrylDias/26b5d6b0010ef5a1f202 to your computer and use it in GitHub Desktop.
Display server uptime in PHP.
<?php
system("uptime");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment