<?php curl_setopt_array(CurlHandle $handle, array $options): bool
<?php ]; $ch = curl_init($url); curl_setopt_array($ch, $options); curl_exec($ch); curl_close($ch); fclose($fp);