HTTP_Client::currentResponse()

HTTP_Client::currentResponse() – 直近の HTTP レスポンスを返す

Synopsis

require_once 'HTTP/Client.php';

array& HTTP_Client::currentResponse ( )

Description

返される配列は、次のキーを持っています: 'code', 'headers', 'body'.

Throws

throws 投げられる例外はありません。

Note

This function can not be called statically.