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; <function>curl_share_setopt</function> 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