Array in Array

A Simple function see if an array is contained within another array

Usage

Pass the array you want to check for and the array you want to search for it in as $needle and $haystack respectively

Comments