mergeCurlOptions() protected method
Merge CUrl options.
If each options array has an element with the same key value, the latter will overwrite the former.
protected array mergeCurlOptions ( $options1, $options2 ) | ||
---|---|---|
$options1 | array |
Options to be merged to. |
$options2 | array |
Options to be merged from. You can specify additional arrays via third argument, fourth argument etc. |
return | array |
Merged options (the original options are not changed.) |
Please login to continue.