authclient\BaseOAuth mergeCurlOptions()

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.)

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.