Is it ok to build an array with numerical keys but assign items to arbitrary key numbers?
i.e.
$test = array(23=>'first thing', 245=>'second thing');
Yep