ICallbackContent
in
応答本文出力機。
Table of Contents
Constants
- UNKNOWN = -1
Methods
- getLength() : int
- 出力長。
- output() : void
- 出力処理。
Constants
UNKNOWN
public
mixed
UNKNOWN
= -1
Methods
getLength()
出力長。
public
getLength() : int
Tags
Return values
int —0以上の場合は決定された出力byte数。不明な場合は UNKNOWN
。
output()
出力処理。
public
output() : void
自前で echo
とかいい感じに。