curl_share_init
Initialize a cURL share handle
&reftitle.description;
resourcecurl_share_init
Allows to share data between cURL handles.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Returns resource of type "cURL Share Handle".
&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