php8.5
Home/ Manual/ event / eventhttprequest/ EventHttpRequest::getConnection

EventHttpRequest::getConnection

PHP function Edit on GitHub ✎

(PECL event >= 1.8.0)

Returns EventHttpConnection object

Description

EventHttpRequest::closeConnection(): EventHttpConnection

Returns EventHttpConnection object which represents HTTP connection associated with the request.

Warning

Libevent API allows HTTP request objects to be not bound to any HTTP connection. Therefore we can't unambiguously associate EventHttpRequest with EventHttpConnection. Thus, we construct EventHttpConnection object on-the-fly. Having no information about the event base, DNS base and connection-close callback, we just leave these fields unset.

EventHttpRequest::getConnection method is usually useful when we need to set up a callback on connection close. See EventHttpConnection::setCloseCallback.

Parameters Parameters

Return Values

Returns EventHttpConnection object.

See Also

  • EventHttpConnection::setCloseCallback
  • EventHttpRequest::getBufferEvent

Source: reference/event/eventhttprequest/getconnection.xml · from the official PHP manual (php/doc-en)