previousHTTP_Client::currentResponse() (Previous) (Next) HTTP_Client::get()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTTP_Client::detach()

HTTP_Client::detach() – リスナーのリストから Listener を削除する

Synopsis

require_once 'HTTP/Client.php';

boolean HTTP_Client::detach ( object HTTP_Request_Listener &$listener )

Description

This package is not documented yet.

Parameter

object HTTP_Request_Listener &$listener

取り外すリスナーインスタンスを指定します。

Return value

returns リスナーが正常に取り外されたかどうか

Throws

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

See

attach() も参照してください。

Note

This function can not be called statically.

previousHTTP_Client::currentResponse() (Previous) (Next) HTTP_Client::get()next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.