摘要: <?php class Worker{ public static $count = 2; public static function runAll(){ static::runMaster(); static::moniProcess(); } //开启主进程 public static fun 阅读全文
posted @ 2019-07-20 09:12 GPHPER 阅读(859) 评论(0) 推荐(0)
TOP