<?php

function GetParkShortInfo($request) {
    $K = new Park();
    return $K->GetParkShortInfo($request);