HGeneAnthony Posted February 7, 2008 Share Posted February 7, 2008 Does PHP offer anything like a hash table? Link to comment https://forums.phpfreaks.com/topic/89851-is-there-a-php-equivalent-of-a-hash-table/ Share on other sites More sharing options...
roopurt18 Posted February 7, 2008 Share Posted February 7, 2008 For what purpose? An associative array is likely implemented as a hash table under the hood. Link to comment https://forums.phpfreaks.com/topic/89851-is-there-a-php-equivalent-of-a-hash-table/#findComment-460476 Share on other sites More sharing options...
HGeneAnthony Posted February 7, 2008 Author Share Posted February 7, 2008 Sorry, I don't work with PHP enough I'm used to Java with its limitations. Thanx for the reply though. Link to comment https://forums.phpfreaks.com/topic/89851-is-there-a-php-equivalent-of-a-hash-table/#findComment-460485 Share on other sites More sharing options...
roopurt18 Posted February 7, 2008 Share Posted February 7, 2008 If you told us why you needed it, then we could perhaps tell you the best way to accomplish your goal in PHP. Link to comment https://forums.phpfreaks.com/topic/89851-is-there-a-php-equivalent-of-a-hash-table/#findComment-460499 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.