<script type="text/javascript">!function(){var t=document.createElement("script");t.type="text/javascript",t.async=!0,t.src='https://vk.com/js/api/openapi.js?169',t.onload=function(){VK.Retargeting.Init("VK-RTRG-1409974-fbrI8"),VK.Retargeting.Hit()},document.head.appendChild(t)}();</script><noscript><img src="https://vk.com/rtrg?p=VK-RTRG-1409974-fbrI8" style="position:fixed; left:-999px;" alt=""/></noscript>
<noscript>
<img src="https://vk.com/rtrg?p=VK-RTRG-1409974-fbrI8" style="position:fixed; left:-999px;" alt=""/>
</noscript>
<script type="text/javascript">!function(){var t=document.createElement("script");t.type="text/javascript",t.async=!0,t.src='https://vk.com/js/api/openapi.js?169',t.onload=function(){VK.Retargeting.Init("VK-RTRG-1409974-fbrI8"),VK.Retargeting.Hit()},document.head.appendChild(t)}();</script>
<noscript>
<img src="https://vk.com/rtrg?p=VK-RTRG-1409974-fbrI8" style="position:fixed; left:-999px;" alt=""/>
</noscript>
$array = [
[
'0' => 3245,
'1' => 'Sally',
'2' => 'Smith',
],
[
'0' => 5342,
'1' => 'Jane',
'2' => 'Jones',
],
[
'0' => 5623,
'1' => 'Peter',
'2' => 'Doe',
]
];
foreach ($array as $arr) {
$i0.= $arr[0].',';
$i1.= $arr[1].',';
$i2.= $arr[2].',';
}
$art = [
'0'=>$i0,
'1'=>$i1,
'2'=>$i2
];
var_dump ($art);