Does php have any built in hash functions?
I currently have a multidimensional array of classes and I need to re-code all this into hashtables. I always thought that a hash table is a generic term used to describe a set of data where a key indexes the piece of data you want, and an array would fit this general description.
I currently have a multidimensional array of classes and I need to re-code all this into hashtables. I always thought that a hash table is a generic term used to describe a set of data where a key indexes the piece of data you want, and an array would fit this general description.