Page 1 of 1

Hash Maps and Hash Tables in PHP

Posted: Mon Aug 07, 2006 6:59 am
by ptobra
Are there similar features in PHP comparing to javas hash Map and Hash Tables, vectors etc.
:o :o

Posted: Mon Aug 07, 2006 7:32 am
by sweatje

Posted: Mon Aug 07, 2006 7:45 am
by Chris Corbyn
Yeah hash tables in languages like perl and java etc are what we'd call associative arrays in PHP. PHP arrays are pretty loosely structured with mixed types, mixed indexing and non-fixed sizes.