Код: Выделить всё
$this->show_report = true;
$this->urfa->call(-16425);
$this->urfa->send();
$is_exist = $this->urfa->get_int();
if($is_exist > 0){
$this->bp['first_payment_date'] = $this->urfa->get_int();
$this->bp['last_payment_date'] = $this->urfa->get_int();
$this->bp['time2burn'] = $this->urfa->get_int();
$this->bp['payment_value'] = $this->urfa->get_double();
$this->bp['already_discounted'] = $this->urfa->get_double();
$this->show_burnt_payment = true;
}
Код: Выделить всё
$this->urfa->finish();