getColumnListing($table); $result[] = ['name' => $table, 'columns' => $columns]; } $json['tables'] = $result; echo json_encode_tr($json); ?>