curl_share_close
Close a cURL share handle
&reftitle.description;
voidcurl_share_close
resourcesh
Closes a cURL share handle and frees all resources.
&reftitle.parameters;
sh
A cURL share handle returned by curl_share_init
&reftitle.returnvalues;
&return.void;
&reftitle.examples;
curl_share_setopt 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_init