Arrays in PHP…Because there are no hashes/dicts
Say What Now?
I’m brand new to PHP. Every other language I’ve worked in has had the concept of a hash/dictionary/object, separate from the concept of an array/list (though, yes, lots of names for the same general idea…I’m going to use the word dict
going forward, but I also mean the hash
, map
, Object
, etc. that you’re familiar with).