ALIAS
curl()
ShortPHP reference for curl_init().
Signature
curl_init(?string $url = null): CurlHandle|false
Example
curl(...);PHP equivalent
curl_init() is the canonical PHP function. ShortPHP provides curl() as the convenience alias.
Extension: curl