Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.
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.