Swoole\Coroutine\Http\Server->shutdown()

4.x is outdated, please check the latest version 22.x


Latest version: pecl install openswoole-22.1.2

Declaration

<?php Swoole\Coroutine\Http\Server->shutdown(): void

Parameters

None

Return

None


Description

Shutdown a running coroutine HTTP server, all connections will be closed and the server will stop.


Last updated on August 31, 2022