PeServer

HttpClientResponse extends DisposerBase
in package

解放処理用基底クラス。

Table of Contents

Properties

$clientStatus  : HttpClientStatus
$content  : Binary
$header  : HttpHeader
$information  : HttpClientInformation
$options  : HttpClientOptions
$request  : HttpClientRequest
$curlHandle  : CurlHandle
$isDisposed  : bool
解放済みか。

Methods

__construct()  : mixed
生成。
__destruct()  : mixed
dispose()  : void
解放処理。
empty()  : IDisposable
何もしない解放処理オブジェクトを生成。
isDisposed()  : bool
解放済みか。
disposeImpl()  : void
解放処理内部実装。
throwIfDisposed()  : void
解放済みの場合、例外を投げる。

Properties

$isDisposed

解放済みか。

private bool $isDisposed = false

Methods

isDisposed()

解放済みか。

public isDisposed() : bool
Return values
bool

disposeImpl()

解放処理内部実装。

protected disposeImpl() : void

継承先で継承元を呼び出すこと。


        
On this page

Search results