Jump to content

hash map in PHP?


ibanez270dx

Recommended Posts

Hello,

I've got a PHP app that I'd like to use hash mapping in. I haven't seen this kind of functionality in PHP before, so I was wondering if this is possible. What I'd like to do is this equilvilant to this in Ruby:

 

myhashmap = {}
myhashmap['person1'] = ['John','Smith','555-555-5555']
myhashmap['person2'] = ['John','Doe','444-444-4444']

 

Does anybody know if PHP has something similar?

 

Thanks,

- Jeff

Link to comment
https://forums.phpfreaks.com/topic/109610-hash-map-in-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.