Function to Compare two arrays ....
Publicado: Mar Jun 28, 2011 10:03 am
Hi,
Am wanting to detect whether an array has changed from a clone of the
original array.
The arrays are multidimensional.
The == operator tests whether two array references point to the same array.
I want to detect any change in structure or contents between two separate
arrays.
Have looked through the docs but cant find anything, I was hoping not to
have to write something!
Any thoughts would be appreciated.
Chris Gillard
Am wanting to detect whether an array has changed from a clone of the
original array.
The arrays are multidimensional.
The == operator tests whether two array references point to the same array.
I want to detect any change in structure or contents between two separate
arrays.
Have looked through the docs but cant find anything, I was hoping not to
have to write something!
Any thoughts would be appreciated.
Chris Gillard