Re: Duplicate array strings
As a regular Stuckle follower/lapdog/whatever I would have suggested
you use:
array_intersect or related array searching commands such as:
array_intersect_assoc()
array_diff()
array_diff_assoc()
So if you do not wish to taint yourself with Stuckle advice, I'd
suggest refraining from using any of the above functions.
Have a great day!
|