update : 2015.11.03
php.shukuma.com검색:
|
EventHttpRequest::cancel(PECL event >= 1.4.0-beta) EventHttpRequest::cancel — Cancels 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. 인수이 함수는 인수가 없습니다. 반환값값을 반환하지 않습니다. |