PeServer

ICallbackContent

応答本文出力機。

Table of Contents

Constants

UNKNOWN  = -1

Methods

getLength()  : int
出力長。
output()  : void
出力処理。

Constants

Methods

getLength()

出力長。

public getLength() : int
Tags
phpstan-return

non-negative-int|self::UNKNOWN

see
ICallbackContent::UNKNOWN
Return values
int

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

output()

出力処理。

public output() : void

自前で echo とかいい感じに。


        
On this page

Search results