Displaying posts tagged: functions

In_array() not recursive

No Comments
So I ran into a slight problem today, I had a nested array that I needed to search for certain values. The problem I ran into off the bat was that in_array is not recursive and there are no equivalents that are. I wound up searching the net and finding some ideas that I turned into ...