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

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


Latest version: pecl install openswoole-25.2.0

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