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

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

HTTP_Client::detach()

HTTP_Client::detach() – Removes a Listener from the list of listeners

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

Listener instance to detach

Return value

returns whether the listener was successfully detached

Throws

throws no exceptions thrown

See

see attach()

Note

This function can not be called statically.

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

Download Documentation Last updated: Sun, 18 Oct 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.