curl_share_errno

(PHP 7 >= 7.1.0)

curl_share_errnoReturn the last share curl error number

Opis

curl_share_errno ( resource $sh ) : int

Return an integer containing the last share curl error number.

Parametry

sh

A cURL share handle returned by curl_share_init().

Zwracane wartości

Returns an integer containing the last share curl error number, lub FALSE w przypadku niepowodzenia.

Zobacz też:

add a note add a note

User Contributed Notes

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