Guest User

Untitled

a guest
Jan 12th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $uptime_data = shell_exec('uptime');
  2. $uptime = explode(' up ', $uptime_data);
  3. $uptime = explode(',', $uptime[1]);
  4. $uptime = $uptime[0].', '.$uptime[1];
Add Comment
Please, Sign In to add comment