ServeCommand
class ServeCommand extends ServerStartCommand
Methods
int
execute(InputInterface $input, OutputInterface $output)
Execute the server start command.
Details
in
ServerStartCommand at line 32
__construct(Application $application)
No description
at line 24
protected int
execute(InputInterface $input, OutputInterface $output)
Execute the server start command.
in
ServerStartCommand at line 50
protected void
configure()
Configure the server start command.
in
ServerStartCommand at line 61
protected int
startServer(InputInterface $input)
Start the configured Swoole servers.