PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

EventHttpRequest::cancel - Cancels a pending HTTP request | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

EventHttpRequest::cancel

(PECL event >= 1.4.0-beta)

EventHttpRequest::cancelCancels a pending HTTP request

説明

public void EventHttpRequest::cancel ( void )

Cancels a pending HTTP request.

Cancels an ongoing HTTP request. The callback associated with this request is not executed and the request object is freed. If the request is currently being processed, e.g. it is ongoing, the corresponding EventHttpConnection object is going to get reset.

A request cannot be canceled if its callback has executed already. A request may be canceled reentrantly from its chunked callback.

パラメータ

この関数にはパラメータはありません。

返り値

値を返しません。


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「EventHttpRequest::cancel - Cancels a pending HTTP request」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | EventHttpRequest::cancel - Cancels a pending HTTP request」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: