摘要: PHP守护进程demo <?php class Daemon { private Closure $call; public function __construct(Closure $call) { $this->call = $call; $this->prepareDaemon(); } pr 阅读全文
posted @ 2022-03-04 14:59 alwayslinger 阅读(52) 评论(0) 推荐(0) 编辑