curl_share_errno()
function curl_share_errno(CurlShareHandle $share_handle): int
Returns the last share curl error number.
Parameters:
$share_handle(CurlShareHandle)
Returns: int
Availability
- Compiled (AOT): supported through the compiler-injected curl prelude.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/curl/curl_share_errno.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how curl_share_errno is implemented in the compiler, see the internals page.