true, "result" => $list, ); } else { $return = array( "success" => false, "result" => $list, ); } break; } //DB해제 SetDisConn($dblink); echo json_encode($return); exit; ?>