OpenSwoole\Coroutine\Http2\Client->ping()

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\Coroutine\Http2\Client->ping(): bool

Parameters

None

Return

Returns true when the ping is successful and false when the ping fails.


Description

The ping frame is a mechanism for measuring the minimum round-trip time from the sender and determining whether an idle connection is still valid or not.

For more information on the implementation of ping frames, see the HTTP/2 Ping Frame RFC document.

Last updated on September 1, 2022