Less than 1 minute
array_enhance
Merge two arrays together but only add elements that don't already exist in the target array.
public array_enhance({Array})
This function is similar to array_merge() but will only add elements that don't already exist in the target array.
Parameters
Parameter | Type | Description |
---|---|---|
$targetArray | array | The array to merge into |
$sourceArray | array | The array to merge from |
Generated by Hazaar API Doc Generator