If I have two array,
$_POST['image'][0] $_POST['caption'][0]
how to reconstruct to
$info[0]['image'] $info[0]['caption']
Is there any function to do it?