mini\Http\Message\FileResponse::getStatusCode() Method

public

Signature

public function getStatusCode(): int

Returns

int

Documentation

Gets the response status code.

The status code is a 3-digit integer result code of the server's attempt to understand and satisfy the request.

Inherited From

mini\Http\Message\Response

Source

src/Http/Message/ResponseTrait.php:54-56