HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

curl_share_errno

Description

The curl_share_errno of cURL for PHP return the last share curl error number.

Syntax

curl_share_errno(
    CurlShareHandle $share_handle
): int

Parameters

share_handle

A cURL share handle returned by curl_share_init().

Return

Returns an integer containing the last share curl error number.