helpers\UnsetArrayValue

Class yii\helpers\UnsetArrayValue

Inheritance yii\helpers\UnsetArrayValue
Available since version 2.0.10
Source Code https://github.com/yiisoft/yii2/blob/master/framework/helpers/UnsetArrayValue.php

Object that represents the removal of array value while performing yii\helpers\ArrayHelper::merge().

Usage example:

$array1 = [
    'ids' => [
        1,
    ],
    'validDomains' =&g