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 ( resource $sh ) : int

Parameters

sh

A cURL share handle returned by curl_share_init().

Return

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

HomeMenu