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)


Top ↑

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.


Top ↑

Source Source

File: vendor/pelago/emogrifier/src/Emogrifier/Utilities/ArrayIntersector.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.