ALIAS
cexec()
ShortPHP reference for curl_exec().
Signature
curl_exec(CurlHandle $handle): string|bool
Example
cexec(...);PHP equivalent
curl_exec() is the canonical PHP function. ShortPHP provides cexec() as the convenience alias.
Extension: curl