curl_version()
function curl_version(): mixed
Gets cURL version information.
Parameters: none.
Returns: mixed
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_version.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how curl_version is implemented in the compiler, see the internals page.