Swoole\Coroutine\Http2\Client->close()

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


Latest version: pecl install openswoole-22.1.2

Declaration

<?php Swoole\Coroutine\Http2\Client->close(): bool

Parameters

None

Return

Returns true when the close was successful and false when not. Check $client->errCode for more details on failures.


Description

Closes the client established connection.

You may reconnect again after closing using the same client.


Example

Check the main Quick Start Examples to see how the close() method is used in its full context.

Last updated on August 31, 2022