Reputation: 7793
If it were c++
,this can be achieved by template,but as we know PHP
is written in c
,how's this kind of data struct implemented without template?
Upvotes: 1
Views: 173
Reputation: 317119
It's a hash table. For the implementation details, see
or in general
Upvotes: 3