News

Long story short, i'm trying to optimize a situation where I need to iterate through an array of about 3000 items and check to see if they are in another array of up to 3000 items.Obviously, the ...
You can utilize the string functions available in PHP to find instances of "field_" in your array. Here is something I whipped up to test this in action.