PHP Version 5.1.2-1.dotdeb.2
I am doing something right now that requires that I check for the existence of a value in a multidimensional array. It doesn't matter at what level in the multidimensional array the value is found, I just need to know if it's anywhere in the array or not.
I have been searching on this for a while, first in the pho.net documentation and then on Google, and while I find a plethora of information on searching arrays, I have had no success in dealing with multidimensional arrays. Any input would be greatly appreciated.
I am doing something right now that requires that I check for the existence of a value in a multidimensional array. It doesn't matter at what level in the multidimensional array the value is found, I just need to know if it's anywhere in the array or not.
I have been searching on this for a while, first in the pho.net documentation and then on Google, and while I find a plethora of information on searching arrays, I have had no success in dealing with multidimensional arrays. Any input would be greatly appreciated.