ArrayIntersector::intersectWith( PelagoEmogrifierUtilities(int|PelagoEmogrifierUtilitiesstring)[] $array )
Computes the intersection of $array
and the array with which this object was constructed.
Description Description
Parameters Parameters
- $array
-
(Required)
Return Return
(PelagoEmogrifierUtilities(int|PelagoEmogrifierUtilitiesstring)[]) Returns an array containing all of the values in $array
whose values exist in the array with which this object was constructed. Note that keys are preserved, order is maintained, but duplicates are removed.
Source Source
File: vendor/pelago/emogrifier/src/Emogrifier/Utilities/ArrayIntersector.php