2019-09-06 23:53:10 +08:00

8 lines
78 B
PHP
Executable File

<?php
swoole_process::daemon();
while (1)
{
echo "hello";
sleep(1);
}