ALIAS

cset()

ShortPHP reference for curl_setopt().

Signature

curl_setopt(CurlHandle $handle, int $option, mixed $value): bool

Example

cset(...);

PHP equivalent

curl_setopt() is the canonical PHP function. ShortPHP provides cset() as the convenience alias.

Extension: curl

Official PHP manual ↗

Reference navigation

Previous: creset()

Next: csets()

Back to reference