Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17202 программиста и 1833 робота. Сейчас ищут 1696 программистов ...
HTTP_Client::detach()
Вернуться к: HTTP_Client
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 )
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.
Вернуться к: HTTP_Client