PHP Velho Oeste 2024

HttpRequestPool::getFinishedRequests

(PECL pecl_http >= 0.16.0)

HttpRequestPool::getFinishedRequests終了したリクエストを取得する

説明

array HttpRequestPool::getFinishedRequests ( void )

アタッチされている HttpRequest オブジェクトのうち、 すでに処理を終えた後のものを取得します。

パラメータ

返り値

現在アタッチされているすべての HttpRequest オブジェクトのうち、すでに処理を終えたものを含む配列を返します。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top