test.php 79 B

12345678
  1. <?php
  2. swoole_process::daemon();
  3. while (1)
  4. {
  5. echo "hello";
  6. sleep(1);
  7. }