In C++ and JavaScript it was recommended to create an array with specified length, and then populate it. Is there a syntax to do so in PHP? Or there's no need because PHP's array is a hash?
ps: I'm populating an array from mysql using mysql_fetch_array and I'm running a loop to it so =(