We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c542c4 commit 21134e1Copy full SHA for 21134e1
src/Curl/MultiCurl.php
@@ -482,6 +482,19 @@ public function setOpt($option, $value)
482
$this->options[$option] = $value;
483
}
484
485
+ /**
486
+ * Set Opts
487
+ *
488
+ * @access public
489
+ * @param $options
490
+ */
491
+ public function setOpts($options)
492
+ {
493
+ foreach ($options as $option => $value) {
494
+ $this->setOpt($option, $value);
495
+ }
496
497
+
498
/**
499
* Set Referer
500
*
0 commit comments