curl_share_init
Initialize a cURL share handle
&reftitle.description;
CurlShareHandlecurl_share_init
Allows to share data between cURL handles.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Returns a cURL share handle.
&reftitle.changelog;
&Version;
&Description;
8.0.0
This function returns a CurlShareHandle instance now;
previously, a resource was returned.
&reftitle.examples;
curl_share_init example
This example will create a cURL share handle, add two cURL handles to it,
and then run them with cookie data sharing.
]]>
&reftitle.seealso;
curl_share_setopt
curl_share_close