curl_share_errno

(PHP 7 >= 7.1.0, PHP 8)

curl_share_errnoReturn the last share curl error number

Açıklama

curl_share_errno(CurlShareHandle $share_handle): int

Return an integer containing the last share curl error number.

Değiştirgeler

tanıtıcı

curl_share_init() işlevinden dönen cURL paylaşımlı tanıtıcısı.

Dönen Değerler

Returns an integer containing the last share curl error number, başarısızlık durumunda false döner.

Sürüm Bilgisi

Sürüm: Açıklama
8.0.0 The function no longer returns false on failure.
8.0.0tanıtıcı için artık bir CurlShareHandle örneği bekleniyor; evvelce, resource türünde bir değer beklenirdi.

Ayrıca Bakınız

  • curl_errno() - Belirtilen oturumdaki son hatanın kodunu döndürür
add a note add a note

User Contributed Notes

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