<?php $data = [ 'messages' => [ [ 'lat' => '', 'lon' => '', 'notifyName' => '', 'type' => 'chat', ], [ 'formattedTitle' => 'Вы', 'fromMe' => true, 'notifyName' => NULL, 'quotedMsg' => '', 'type' => 'chat', ], [ '_id' => '60e4230e1703a835a93ed575', 'type' => 'image', 'fromMe' => false, 'caption' => '', 'timestamp' => 1625563914, ], ] ]; foreach ($data['messages'] as $message) { var_dump($message); }
You have javascript disabled. You will not be able to edit any code.