mini\Http\Message\JsonResponse::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