$command = "ps aux | grep  'zb_insure/get_order_info_from_queue.php' | grep -v 'grep' |  grep -v '/bin/sh'   | wc -l";
exec($command, $out_arr, $return_var);

相关文章:

  • 2021-11-03
  • 2021-10-10
  • 2022-01-14
  • 2022-02-18
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
  • 2022-01-22
猜你喜欢
  • 2021-11-14
  • 2021-12-31
  • 2021-11-18
  • 2022-01-17
  • 2021-07-08
相关资源
相似解决方案