CakeFest 2024: The Official CakePHP Conference

EventHttpRequest::getResponseCode

(PECL event >= 1.4.0-beta)

EventHttpRequest::getResponseCodeReturns the response code

Beschreibung

public EventHttpRequest::getResponseCode(): int

Returns the response code.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns the response code of the request.

Siehe auch

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top