ibanez270dx Posted June 10, 2008 Share Posted June 10, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/109610-hash-map-in-php/ Share on other sites More sharing options...
discomatt Posted June 10, 2008 Share Posted June 10, 2008 Check this out http://php.net/manual/en/language.types.array.php Quote Link to comment https://forums.phpfreaks.com/topic/109610-hash-map-in-php/#findComment-562240 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.