parent root
PHP: curl_share_errno - Manual

curl_share_errno

(PHP 7 >= 7.1.0)

curl_share_errnoReturn the last share curl error number

Description

curl_share_errno ( resource $sh ) : int

Return an integer containing the last share curl error number.

Parameters

sh

A cURL share handle returned by curl_share_init().

Return Values

Returns an integer containing the last share curl error number, or FALSE on failure.

See Also

add a noteadd a note

User Contributed Notes

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