<?php $where = [ 'id' => [12,13,14], 'date'=>['1999-06-12','2000-03-21','2006-09-31'] ]; var_export(array_map(null, ...array_values($where)));
You have javascript disabled. You will not be able to edit any code.