*array is unserialized as a hash, becuase PHP only has one array type "array()", which is analagous to Perl hash's. When you try toserialize a perl array, it's automagically converted into a hash with keys numbered from 0 up.