PeServer

ResponsePrinter
in package

HTTPレスポンス出力処理。

本クラス処理前後(execute前後)には何も出力しないのがお行儀良い処理。

Table of Contents

Properties

$request  : HttpRequest
$response  : HttpResponse

Methods

__construct()  : mixed
生成。
execute()  : void
応答出力。
getContentLength()  : int
応答ヘッダ: Content-Length を取得。
output()  : void
応答本文出力処理。

Properties

Methods

getContentLength()

応答ヘッダ: Content-Length を取得。

private getContentLength() : int
Tags
phpstan-return

non-negative-int|ICallbackContent::UNKNOWN

Return values
int

0以上の場合は決定された出力byte数。負数は不明。


        
On this page

Search results