You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
8
vendor/swoole/examples/process/test.php
vendored
Executable file
8
vendor/swoole/examples/process/test.php
vendored
Executable file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
swoole_process::daemon();
|
||||
|
||||
while (1)
|
||||
{
|
||||
echo "hello";
|
||||
sleep(1);
|
||||
}
|
Reference in New Issue
Block a user