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?

link|improve this question

76% accept rate
3  
maybe its just me, but this question makes little sense. – Dagon May 31 '11 at 4:20
php arrays can take any arbitrary content, a templated vector in c++ can only hold many objects of the same type (but you can create different vectors of course) – knittl May 31 '11 at 6:30
feedback

1 Answer

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.