Name
share:SetOpt_Unshare -- unshare data type
Synopsis
share:SetOpt_Unshare(type)
Function
This option does the opposite of
#CURLSHOPT_SHARE
. It specifies that the specified parameter will no longer be shared. Valid values are the same as those for
#CURLSHOPT_SHARE
. See
share:SetOpt_Share
for details.
Inputs
type
desired type (see above)
Show TOC