PHP Velho Oeste 2024

HttpRequestPool::attach

(PECL pecl_http >= 0.10.0)

HttpRequestPool::attachHavuza bir istek ekler

Açıklama

public bool HttpRequestPool::attach ( HttpRequest $istek )

HttpRequestPool nesnesine yeni bir HttpRequest nesnesi ekler.

Uyarı

Ekleme öncesi tüm seçenekleri etkinleştirin!

Değiştirgeler

istek

Havuza (HttpRequestPool nesnesine) eklenecek istek (HttpRequest nesnesi).

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.

Hatalar/İstisnalar

HttpInvalidParamException, HttpRequestException, HttpRequestPoolException, HttpEncodingException istisnaları yakalanır.

add a note add a note

User Contributed Notes

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