Check if 2 elements exist independently in two array with special conditions – PHP
I'm trying to find if a given 2-element array ($result) exists on a dynamically created multidimentional array. There are 2 flat arrays ($a and $b) which will be used to generate a haystack array of 2-element combinations. $a = [1,…