Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. class DaemonRunner{
  3.  
  4. public static function findPID($query) {
  5. return exec("ps -aux | egrep '" . $query . "' | awk 'NR==1{print $2}'", $op);
  6. }
  7.  
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement