$thumbPath, 'full' => $fullPath]; } else { $images[] = ['thumb' => $fullPath, 'full' => $fullPath]; } } } } header('Content-Type: application/json'); echo json_encode($images); ?>