setDescription("重载守护进程下的用户代码(仅限--daemon模式可用)"); } protected function execute(InputInterface $input, OutputInterface $output) { parent::execute($input, $output); system("kill -USR1 " . intval($this->daemon_file["pid"])); $output->writeln("成功重载!"); return Command::SUCCESS; } }